ClientChannel Methods |
The ClientChannel type exposes the following members.
Name | Description | |
---|---|---|
Create(String, String, LayoutManager) |
Creates and returns a new ClientChannel with supplied arguments.
| |
Create(String, String, String) |
Creates and returns a new ClientChannel instance.
| |
Create(String, String, LayoutManager, ClientListener) |
Creates a new ClientChannel with supplied arguments.
| |
Create(String, String, String, ClientListener) |
Creates and returns a new ClientChannel with supplied arguments.
| |
Delete |
Deletes the ClientChannel with the specified channelName.
| |
Dispose |
Dispose (free, release and reset) managed and unmanaged objects.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Exists |
Returns true if a ClientChannel with the specified channelName is defined.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLayout |
Returns the Layout with the supplied layoutName.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
lookup |
Returns the ClientChannel with the specified channelName.
| |
NewSlot |
Creates and returns a new ClientSlot of this ClientChannel.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |