com.onlineobject.objectnet Namespace

IChannel Methods

The IChannel type exposes the following members.

Methods


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