Click or drag to resize
SphinxClientIsConnected Property

Note: This API is now obsolete.

Gets a value indicating whether the current instance is connected to Sphinx.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[ObsoleteAttribute("This property has been marked as obsolete because it can not be used to reliably determine whether the underlying socket is connected to Sphinx or not.")]
public bool IsConnected { get; }

Property Value

Type: Boolean
Remarks
This property checks whether a connection to Sphinx has been opened and checks the Connected property of the socket of the connection.
See Also