Click or drag to resize

IClient Methods

The IClient type exposes the following members.

Methods
  Name Description
Public method Connect Connects client to the server synchronously.
Public method ConnectAsync Connects client to the server asynchronously.
Public method Disconnect Disconnects client from the server synchronously.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public method Initialize Initializes the state of the object.
(Inherited from ISupportLifecycle)
Public method Read Reads a number of bytes from the current received data buffer and writes those bytes into a byte array at the specified offset.
Public method RequestNextServerIndex Requests that the client attempt to move to the next ServerIndex.
Public method Send Sends data to the server synchronously.
Public method SendAsync Sends data to the server asynchronously.
Top
See Also