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 methodOpen
Opens the connection.
(Inherited from IConnection.)
Public methodOpenAsync
Opens the connection.
(Inherited from IConnection.)
Public methodReceiveMessage
Receives a message.
(Inherited from IConnection.)
Public methodReceiveMessageAsync
Receives a message.
(Inherited from IConnection.)
Public methodSendMessages
Sends the messages.
(Inherited from IConnection.)
Public methodSendMessagesAsync
Sends the messages.
(Inherited from IConnection.)
Public methodSetReadTimeout
Set read timeout value.
(Inherited from IConnection.)
Top
See Also