com.onlineobject.objectnet Namespace

NetworkTransportsDatabase Methods

The NetworkTransportsDatabase type exposes the following members.

Methods


  Name Description
Public method GetActiveTransport
Retrieves the currently active transport entry.
Public method GetRegisteredTransportsName
Retrieves the names of all registered transports, excluding any specified transports.
Public method GetTransport
Retrieves the transport entry associated with a given transport name.
Public method GetTransportCode
Retrieves the transport code associated with a given transport name.
Public method GetTransportName
Retrieves the transport name associated with a given transport code.
Public method GetTransports
Retrieves an array of all network transport entries.
Public method RegisterTransport
Registers a new transport with the given details, or retrieves an existing one if it already exists.
Public method TransportExists(String)
Checks if a transport with the specified name exists.
Public method TransportExists(Int32)
Checks if a transport with the specified code exists.
Public method UnregisterTransport(String)
Unregisters a transport by its name.
Public method UnregisterTransport(NetworkTransportEntry)
Unregisters a transport by its entry.