Click or drag to resize

ClientChannel Methods

The ClientChannel type exposes the following members.

Methods
  NameDescription
Public methodConnect(String, Properties)
Connects this channel to a NetSwitch server using supplied name and props.
Public methodConnect(String, String)
Connects this channel to a NetSwitch server using supplied name and nameOrUri.
Public methodConnect(String, String, String, String)
Connects this channel to a NetSwitch server using supplied name, nameOrUri, username and password.
Public methodDisableMulticast
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.
Public methodDispose
Dispose managed and unmanaged objects.
(Overrides ChannelBaseDispose.)
Public methodEnableMulticast
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInform
Logs an information message.
(Inherited from ChannelBase.)
Public methodSendMulticast
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.
Public methodSendRequest(String, Object)
Sends a request message to a destination and then blocks forever waiting for the reply message.
Public methodSendRequest(String, Object, Int32)
Sends a request message to a destination and then blocks forever waiting for the reply message.
Public methodSevere(String)
Logs an error message.
(Inherited from ChannelBase.)
Public methodSevere(Exception, String)
Logs an error message with associated ex.
(Inherited from ChannelBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarning
Logs a warning message.
(Inherited from ChannelBase.)
Public methodWriteMessage
Writes the message to this channel.
(Inherited from ChannelBase.)
Top
See Also