 | SphinxClientIPEndpoint Property |
Gets or sets the ip end point of searchd. Alternatively
Host and
Port properties can be used.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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