com.onlineobject.objectnet Namespace

NetworkTransportsDatabase..::..TransportExists Method (Int32)

Checks if a transport with the specified code exists.

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

Syntax


public bool TransportExists(

	int code

)

Parameters

code
Type: Int32
The code of the transport to check.

Return Value

True if the transport exists, otherwise false.