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: 3.12.6
Syntax
public TimeSpan ConnectTimeout { get; set; }

Property Value

Type: TimeSpan
The connect timeout.
See Also