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