Click or drag to resize
SphinxClientPort Property
Gets or sets the port on which searchd is listening. Default is 9312.

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

Property Value

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