ChannelEventArgs Class

Definition

Contains arguments for a WCF channel event.

public ref class ChannelEventArgs sealed : EventArgs
public sealed class ChannelEventArgs : EventArgs
type ChannelEventArgs = class
    inherit EventArgs
Public NotInheritable Class ChannelEventArgs
Inherits EventArgs
Inheritance
ChannelEventArgs

Constructors

ChannelEventArgs(String)

Initializes a new instance of the ChannelEventArgs class using a message.

Properties

Message

Gets the message describing the event.

Applies to