com.onlineobject.objectnet Namespace

ChannelBase Members

The ChannelBase type exposes the following members.

Methods


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