Click or drag to resize

SphinxClientConnectTimeout Property

Gets or sets the connect timeout. Default is 30 seconds.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public TimeSpan ConnectTimeout { get; set; }

Property Value

Type: TimeSpan
The connect timeout.
See Also