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: 5.3.0
Syntax
public SphinxClient(
	IPEndPoint endpoint
)

Parameters

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