SocketContainer
Description
- Derived from
-
Disposable abstract
Abstract base for classes that wrap a native network socket.
Protected / Constructors
SocketContainer
Creates a new instance of SocketContainer.
- IOException
-
If an I/O error has occurred.
Protected / Methods
SetTimeout
Sets the send or receive timeout of the native socket.
- IOException
-
If an I/O error has occurred.
Shutdown
Initiates a graceful shutdown of the native socket.
- IOException
-
If an I/O error has occurred.