Click or drag to resize

SphinxClientIPEndpoint Property

Gets or sets the ip end point of searchd. Alternatively Host and Port properties can be used.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public IPEndPoint IPEndpoint { get; set; }

Property Value

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