Click or drag to resize
Akka.NETAssociationHandle Properties

The AssociationHandle type exposes the following members.

Properties
  NameDescription
Public propertyLocalAddress
Address of the local endpoint
Public propertyReadHandlerSource
The TaskCompletionSource returned by this call must be completed with an IHandleEventListener to register a listener responsible for handling the incoming payload. Until the listener is not registered the transport SHOULD buffer incoming messages.
Public propertyRemoteAddress
Address of the remote endpoint
Top
See Also