Click or drag to resize

ChannelBase Methods

The ChannelBase type exposes the following members.

Methods
  NameDescription
Protected methodConnect
Connects this channel to serverURI.
Public methodDispose
Dispose managed and unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodHandleInbound
Handles an inbound message received by this channel.
Public methodInform
Logs an information message.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSevere(String)
Logs an error message.
Public methodSevere(Exception, String)
Logs an error message with associated ex.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarning
Logs a warning message.
Protected methodWriteLog
Writes the supplied log message with specified level.
Public methodWriteMessage
Writes the message to this channel.
Top
See Also