Table of Contents

Struct MessageBrokerRemoteClientHandshakeEstablishedEvent

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

Represents an event emitted by MessageBrokerRemoteClient after the handshake with the client has been established.

public readonly struct MessageBrokerRemoteClientHandshakeEstablishedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientHandshakeEstablishedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.