com.onlineobject.objectnet Namespace

NetworkManager..::..HasConnection Method (NetworkTransport)

Checks if there is a connection associated with the specified network transport.

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

Syntax


public bool HasConnection(

	NetworkTransport connection

)

Parameters

connection
Type: com.onlineobject.objectnet..::..NetworkTransport
The network transport to check.

Return Value

True if a connection exists, otherwise false.