com.onlineobject.objectnet Namespace

NetworkTransportsDatabase..::..GetTransport Method

Retrieves the transport entry associated with a given transport name.

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

Syntax


public NetworkTransportEntry GetTransport(

	string name

)

Parameters

name
Type: String
The name of the transport to look up.

Return Value

The transport entry if found; otherwise, null.