com.onlineobject.objectnet Namespace

NetworkTransportsDatabase..::..GetTransportName Method

Retrieves the transport name associated with a given transport code.

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

Syntax


public string GetTransportName(

	int code

)

Parameters

code
Type: Int32
The code of the transport to look up.

Return Value

The name of the transport if found; otherwise, null.