Click or drag to resize
IConnectionHandle Methods

The IConnectionHandle type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFork
A new handle to the underlying connection.
Public methodOpenAsync
Opens the connection.
(Inherited from IConnection.)
Public methodReceiveMessageAsync
Receives a message.
(Inherited from IConnection.)
Public methodSendMessagesAsync
Sends the messages.
(Inherited from IConnection.)
Top
See Also