TcpNetworkClientShutdown Method |
Call Shutdown before Close() to ensure that data is sent/received before the socket is
closed.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void Shutdown(
SocketShutdown how
)
Public Sub Shutdown (
how As SocketShutdown
)
public:
void Shutdown(
SocketShutdown how
)
member Shutdown :
how : SocketShutdown -> unit
Parameters
- how
- Type: System.Net.SocketsSocketShutdown
Define the operation that is no longer allowed.
See Also