TCPConnectionConnectionTimeout Property |
Connection timeout for the socket in milliseconds, default 20 seconds
This is approximately the same as the TCPClient connection timeout, however
unlike the TCPClient, this connection timeout can be altered
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ConnectionTimeout { get; set; }
Public Property ConnectionTimeout As Integer
Get
Set
member ConnectionTimeout : int with get, set
Property Value
Int32See Also