 | SphinxClientConnectTimeout Property |
Gets or sets the connect timeout. Default is 30 seconds.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic TimeSpan ConnectTimeout { get; set; }
Public Property ConnectTimeout As TimeSpan
Get
Set
Property Value
Type:
TimeSpanThe connect timeout.
See Also