TestAssociationHandle Properties

The TestAssociationHandle type exposes the following members.

Properties


  Name Description
Public property Key
Key used in AssociationRegistry to identify associations. Contains an ordered Tuple of addresses, where the first address is always the initiator of the association.
Public property LocalAddress
Address of the local endpoint
(Inherited from AssociationHandle.)
Public property ReadHandlerSource
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.
(Inherited from AssociationHandle.)
Public property RemoteAddress
Address of the remote endpoint
(Inherited from AssociationHandle.)