com.onlineobject.objectnet Namespace

NetworkThreadDispatcher..::..GetConnection Method

Abstract method to get the network transport for a specific connection type.

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

Syntax


public NetworkTransport GetConnection(

	ConnectionType connectionType

)

Parameters

connectionType
Type: com.onlineobject.objectnet..::..ConnectionType
The type of connection to get the transport for.

Return Value

The network transport for the specified connection type.