Click or drag to resize

ICommunicationClient Methods

The ICommunicationClient type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects this client to the server.
Public methodDisconnect
Disconnects this client from the server.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodReceiveAsync
Waits for the next command sent by the server.
Public methodSend
Sends the specified command to the server.
Top
See Also