Click or drag to resize
SphinxQLConnectionStringBuilderHost Property
Gets or sets the host of the instance of Sphinx to connect to.

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

Property Value

Type: String
The value of the Host property, or localhost if none has been supplied.
See Also