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
Exception
Encountered error.
public Exception? Exception { get; }
Property Value
Server
MessageBrokerServer that emitted an event.
public MessageBrokerServer Server { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerServerAwaitClientEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.