IClient Members
The IClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetChannel |
Retrieves the communication channel associated with the client.
|
|
GetIp |
Retrieves the IP address of the client.
|
|
GetIpPort |
Retrieves the IP address and port number as a string.
|
|
GetPort |
Retrieves the port number of the client.
|
|
GetTransport |
Retrieves the transport mechanism associated with the client.
|
|
Send(array<Byte>[]()[][], DeliveryMode) |
Sends data to the server using the specified delivery mode.
|
|
Send(Int32, DataStream, DeliveryMode) |
Sends an event with a code and data to the server using the specified delivery mode.
|
|
Send(DataStream, DeliveryMode) |
Sends data using a DataStream to the server with the specified delivery mode.
|
|
SetChannel |
Sets the communication channel for the client.
|
|
SetTransport |
Sets the transport mechanism for the client.
|
|
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.
|