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