Click or drag to resize
TcpNetworkClientShutdown Method
Call Shutdown before Close() to ensure that data is sent/received before the socket is closed.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Shutdown(
	SocketShutdown how
)

Parameters

how
Type: System.Net.SocketsSocketShutdown
Define the operation that is no longer allowed.
See Also