Table of Contents

Struct MessageBrokerServerAwaitClientEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an event emitted by MessageBrokerServer related to waiting for a TcpClient to connect.

public readonly struct MessageBrokerServerAwaitClientEvent
Inherited Members

Properties

EndPoint

Incoming client's endpoint.

public EndPoint? EndPoint { get; }

Property Value

EndPoint

Exception

Encountered error.

public Exception? Exception { get; }

Property Value

Exception

Server

MessageBrokerServer that emitted an event.

public MessageBrokerServer Server { get; }

Property Value

MessageBrokerServer

Methods

ToString()

Returns a string representation of this MessageBrokerServerAwaitClientEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.