ChannelBase Methods |
The ChannelBase type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connects this channel to serverURI.
| |
Dispose |
Dispose managed and unmanaged resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleInbound |
Handles an inbound message received by this channel.
| |
Inform |
Logs an information message.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Severe(String) |
Logs an error message.
| |
Severe(Exception, String) |
Logs an error message with associated ex.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Warning |
Logs a warning message.
| |
WriteLog |
Writes the supplied log message with specified level.
| |
WriteMessage |
Writes the message to this channel.
|