com.onlineobject.objectnet Namespace

NetworkTransportsDatabase..::..GetRegisteredTransportsName Method

Retrieves the names of all registered transports, excluding any specified transports.

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

Syntax


public string[] GetRegisteredTransportsName(

	params string[] transportsToHide

)

Parameters

transportsToHide
Type: array<String>[]()[][]
An array of transport names to exclude from the result.

Return Value

An array of transport names.