Click or drag to resize

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.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public int ConnectionTimeout { get; set; }

Property Value

Type: Int32
See Also