com.onlineobject.objectnet Namespace

NetworkManager..::..HasConnection Method (ConnectionType)

Checks if there is a connection of the specified type.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool HasConnection(

	ConnectionType connectionType

)

Parameters

connectionType
Type: com.onlineobject.objectnet..::..ConnectionType
The type of connection to check for.

Return Value

True if a connection of the specified type exists, otherwise false.