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