Lawo.IO Namespace |
Class | Description | |
---|---|---|
Buffer | Implements the common members of ReadBuffer and WriteBuffer. | |
BufferStream | Provides common functionality for streams that use buffers to read from and write to an underlying
stream. | |
ConnectionLostEventArgs | Provides the data for the ConnectionLost event. | |
Defaults | Provides common defaults. | |
JsonSerializer | Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects.
| |
NonSeekableStream | Overrides Stream members associated with seeking so that they throw
NotSupportedException. | |
ReadBuffer | Provides a thin wrapper for a buffer that is filled by calling the provided callback. | |
StreamHelper | Provides common stream algorithms. | |
TelnetStream | Transparently encodes and decodes the communication with a telnet server as defined in
RFC 854. | |
WriteBuffer | Provides a thin wrapper for a buffer that is emptied by calling the provided callback. |
Interface | Description | |
---|---|---|
IMonitoredConnection | Represents a connection between two entities that is monitored for connection loss. |
Delegate | Description | |
---|---|---|
ReadAsyncCallback | References a method to be called when bytes need to be read from a source asynchronously. | |
ReadCallback | References a method to be called when bytes need to be read from a source. | |
WriteAsyncCallback | References a method to be called when bytes need to written to a sink asynchronously. | |
WriteCallback | References a method to be called when bytes need to written to a sink. |