ISocket.Shutdown Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Shutdown(SocketShutdown)
Disables sends and receives on the ISocket.
Declaration
void Shutdown(SocketShutdown how)
Parameters
Type | Name | Description |
---|---|---|
SocketShutdown | how | The SocketShutdown value specifying the operation that will no longer be allowed. |
Remarks
See the reference for Shutdown(SocketShutdown) for details.