Click or drag to resize
SocketTimeout Constructor
Constructor.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public SocketTimeout(
	int milliseconds,
	TimeoutEventDelegate onTimeout
)

Parameters

milliseconds
Type: SystemInt32
The timeout of an operation.
onTimeout
Type: StreamCoders.NetworkTimeoutEventDelegate
A callback to initiate once the timer has expired.
See Also