Name | Description |
---|---|
BufferDataToken | |
BufferManager | This class creates a single large buffer which can be divided up and assigned to SocketAsyncEventArgs objects for use with each socket I/O operation. This enables buffers to be easily reused and guards against fragmenting heap memory. |
DnsCacheResult | This object represents a DNS Cache Entry |
Networking | |
SocketAsyncEventArgsPool | This class represents a thread safe pool of SocketAsyncEventArgs objects with the specifed capacity |