TestAssociationHandle Members

The TestAssociationHandle type exposes the following members.

Constructors


  Name Description
Public method TestAssociationHandle

Methods


  Name Description
Public method Disassociate
Public method Equals(Object) (Inherited from AssociationHandle.)
Protected method Equals(AssociationHandle) (Inherited from AssociationHandle.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode (Inherited from AssociationHandle.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Write

Fields


  Name Description
Public field Inbound

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.)