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.
|
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 |