| S101Client Constructor |
| Name | Description | |
|---|---|---|
| S101Client(IDisposable, ReadAsyncCallback, WriteAsyncCallback) | Initializes a new instance of the S101Client class by calling
S101Client(connection,
readAsync, writeAsync, null). | |
| S101Client(IDisposable, ReadAsyncCallback, WriteAsyncCallback, IS101Logger) | Initializes a new instance of the S101Client class by calling
S101Client(connection,
readAsync, writeAsync, logger, 3000, 8192).
| |
| S101Client(IDisposable, ReadAsyncCallback, WriteAsyncCallback, IS101Logger, Int32, Int32) | Initializes a new instance of the S101Client class. |