IChannel Methods
The IChannel type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetTransport |
Retrieves the current transport used by the communication channel.
|
|
RegisterClient |
Registers a client with the communication channel.
|
|
Send |
Sends data through the communication channel with the specified delivery mode and transport.
|
|
SetTransport(String) |
Sets the transport for the communication channel by providing the transport class name.
|
|
SetTransport(ITransport) |
Sets the transport for the communication channel using an instance of ITransport.
|
|
Start |
Starts the communication channel.
|
|
Transmit |
Transmits data through the communication channel with the specified delivery mode and transport.
|
|
UnregisterClient |
Unregisters a client from the communication channel.
|