C# Class SipSharp.Transports.Parser.HeaderEventArgs

Event arguments used when a new header have been parsed.
Inheritance: System.EventArgs
Show file Open project: jgauffin/SipSharp Class Usage Examples

Public Methods

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.

Method Details

HeaderEventArgs() public method

Initializes a new instance of the HeaderEventArgs class.
public HeaderEventArgs ( ) : System
return System

HeaderEventArgs() public method

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