Click or drag to resize
SphinxClientHost Property
Gets or sets the host on which searchd is running. Default is 127.0.0.1.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public string Host { get; set; }

Property Value

Type: String
The host.
Remarks
If all of IPEndpoint or Host and Port are set, the IPEndpoint will be used.
See Also