com.onlineobject.objectnet Namespace

NetworkTransportsDatabase..::..TransportExists Method (String)

Checks if a transport with the specified name exists.

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

Syntax


public bool TransportExists(

	string name

)

Parameters

name
Type: String
The name of the transport to check.

Return Value

True if the transport exists, otherwise false.