Table of Contents

Struct MessageBrokerServerClientAcceptedEvent

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

Represents an event emitted by MessageBrokerServer when a connected TcpClient has been accepted and a new MessageBrokerRemoteClientConnector instance has been created.

public readonly struct MessageBrokerServerClientAcceptedEvent
Inherited Members

Properties

Connector

public MessageBrokerRemoteClientConnector Connector { get; }

Property Value

MessageBrokerRemoteClientConnector

Source

Event source.

public MessageBrokerServerEventSource Source { get; }

Property Value

MessageBrokerServerEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerServerClientAcceptedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.