com.onlineobject.objectnet Namespace

IClient Members

The IClient type exposes the following members.

Methods


  Name Description
Public method GetChannel
Retrieves the communication channel associated with the client.
Public method GetIp
Retrieves the IP address of the client.
Public method GetIpPort
Retrieves the IP address and port number as a string.
Public method GetPort
Retrieves the port number of the client.
Public method GetTransport
Retrieves the transport mechanism associated with the client.
Public method Send(array<Byte>[]()[][], DeliveryMode)
Sends data to the server using the specified delivery mode.
Public method Send(Int32, DataStream, DeliveryMode)
Sends an event with a code and data to the server using the specified delivery mode.
Public method Send(DataStream, DeliveryMode)
Sends data using a DataStream to the server with the specified delivery mode.
Public method SetChannel
Sets the communication channel for the client.
Public method SetTransport
Sets the transport mechanism for the client.
Public method Transmit
Transmits data to the server using the specified delivery mode. This method may be similar to Send, but could have different underlying implementations or purposes.