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)
ParameterTypeDescription
howSocketShutdownSpecifies the operation that will no longer be allowed.

See Also