Disables sends and receives on the ISocket.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Sub Shutdown ( _ how As SocketShutdown _ ) |
C# |
---|
void Shutdown( SocketShutdown how ) |
Parameters
- how
- Type: System.Net.Sockets..::..SocketShutdown
The SocketShutdown value specifying the operation that will no longer be allowed.
Remarks
See the reference for Shutdown(SocketShutdown) for details.