ClientChannel Methods |
The ClientChannel type exposes the following members.
Name | Description | |
---|---|---|
Connect(String, Properties) |
Connects this channel to a NetSwitch server using supplied name and props.
| |
Connect(String, String) |
Connects this channel to a NetSwitch server using supplied name and nameOrUri.
| |
Connect(String, String, String, String) |
Connects this channel to a NetSwitch server using supplied name, nameOrUri, username and password.
| |
DisableMulticast |
Disables the reception of multicast messages identified by name. If name has the special value
"*", then this method disables the reception of all multicast
messages that have been enabled using the EnableMulticast(String, MulticastHandler) method.
| |
Dispose |
Dispose managed and unmanaged objects.
(Overrides ChannelBaseDispose.) | |
EnableMulticast |
Enables the reception of multicast messages identified by name. Multicast messages are generated when particular
event occurs (e.g., the price of a stock has reached a certain
limit). When a multicast message arrives, the supplied handler is called.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Inform |
Logs an information message.
(Inherited from ChannelBase.) | |
SendMulticast |
Sends an multicast message built using the supplied name and data. The message will be
dispatched to all client and/or server applications that have
enabled the reception of multicast messages with the specified
name.
| |
SendRequest(String, Object) |
Sends a request message to a destination and then
blocks forever waiting for the reply message.
| |
SendRequest(String, Object, Int32) |
Sends a request message to a destination and then
blocks forever waiting for the reply message.
| |
Severe(String) |
Logs an error message.
(Inherited from ChannelBase.) | |
Severe(Exception, String) |
Logs an error message with associated ex.
(Inherited from ChannelBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Warning |
Logs a warning message.
(Inherited from ChannelBase.) | |
WriteMessage |
Writes the message to this channel.
(Inherited from ChannelBase.) |