TcpNetworkClientSendTimeout Field |
TimeSpan specifying how long to wait for Send operation to finish before socket is closed and OnError is invoked. Set this property to TimeSpan.Zero to disable send timeout.
When a socket send operation times out an OnError event will be generated where Error == SocketError.TimedOut, after which appropriate action must be taken by the application.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan SendTimeout
Public SendTimeout As TimeSpan
public:
TimeSpan SendTimeout
val mutable SendTimeout: TimeSpan
Field Value
Type:
TimeSpan
See Also