Shutdown()

Socket::Shutdown(SocketShutdown) method

Disables the send and receive operations of the socket.

void System::Net::Sockets::Socket::Shutdown(SocketShutdown how)

Arguments

ParameterTypeDescription
howSocketShutdownSpecifies the operation that will no longer be allowed.

See Also