System::Net::Sockets::Socket::Shutdown method
Socket::Shutdown method
Disables the send and receive operations of the socket.
void System::Net::Sockets::Socket::Shutdown(SocketShutdown how)
Parameter | Type | Description |
---|---|---|
how | SocketShutdown | Specifies the operation that will no longer be allowed. |
See Also
- Enum SocketShutdown
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++