C# Class SipSharp.Transports.Parser.RequestLineEventArgs

Used when the request line have been successfully parsed.
Inheritance: System.EventArgs
Datei anzeigen Open project: jgauffin/SipSharp Class Usage Examples

Public Methods

Method Description
RequestLineEventArgs ( ) : System

Initializes a new instance of the RequestLineEventArgs class.

RequestLineEventArgs ( string httpMethod, string uriPath, string httpVersion ) : System

Initializes a new instance of the RequestLineEventArgs class.

Method Details

RequestLineEventArgs() public method

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

RequestLineEventArgs() public method

Initializes a new instance of the RequestLineEventArgs class.
public RequestLineEventArgs ( string httpMethod, string uriPath, string httpVersion ) : System
httpMethod string The HTTP method.
uriPath string The URI path.
httpVersion string The HTTP version.
return System