Method | Description | |
---|---|---|
HeaderEventArgs ( ) : System |
Initializes a new instance of the HeaderEventArgs class.
|
|
HeaderEventArgs ( string name, string value ) : System |
Initializes a new instance of the HeaderEventArgs class.
|
public HeaderEventArgs ( string name, string value ) : System | ||
name | string | Name of header. |
value | string | Header value. |
return | System |