ChannelBase Members
The ChannelBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Connect()()()() |
Connects to the default endpoint.
|
![]() |
Connect(String, UInt16, UInt16, UInt16) |
Connects to the specified endpoint with timeout.
|
![]() |
Disconnect |
Disconnects from the current endpoint.
|
![]() |
GetConnectedClient |
Gets the connected client with the specified connection ID.
|
![]() |
GetConnectedClients |
Gets the list of connected clients.
|
![]() |
GetTransport |
Gets the transport used by the channel.
|
![]() |
IsConnected |
Checks if the channel is connected.
|
![]() |
IsConnectionLost |
Checks if the connection is lost.
|
![]() |
Process |
Processes incoming data on the channel.
|
![]() |
RegisterClient |
Registers a client to the channel.
|
![]() |
Send |
Sends data over the channel with specified delivery mode and transport.
|
![]() |
SetTransport(String) |
Sets the transport class for the channel.
|
![]() |
SetTransport(ITransport) |
Sets the transport for the channel.
|
![]() |
Start |
Starts the channel.
|
![]() |
Stop |
Stops the channel.
|
![]() |
Transmit |
Transmits data over the channel with specified delivery mode and transport.
|
![]() |
UnregisterClient |
Unregisters a client from the channel.
|