 | 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.4.1
Syntaxpublic IPEndPoint IPEndpoint { get; set; }
Public Property IPEndpoint As IPEndPoint
Get
Set
Property Value
Type:
IPEndPointThe IP endpoint.
Remarks
If all of
IPEndpoint or
Host and
Port are set,
the
IPEndpoint will be used.
See Also