Click or drag to resize
SphinxClient Constructor (IPEndPoint)
Initializes a new instance of the SphinxClient class.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxClient(
	IPEndPoint endpoint
)

Parameters

endpoint
Type: System.NetIPEndPoint
The end point.
Exceptions
ExceptionCondition
ArgumentNullExceptionendpoint is null.
See Also