Method | Description | |
---|---|---|
HttpResponseHeaderEventArgs ( string version, IHttpHeaders headers, int statusCode, string statusText ) : System |
Creates a new instance of the class
|
Method | Description | |
---|---|---|
CreateFirstLine ( ) : string |
Creates the first line in the HTTP response
|
public HttpResponseHeaderEventArgs ( string version, IHttpHeaders headers, int statusCode, string statusText ) : System | ||
version | string | HTTP version |
headers | IHttpHeaders | HTTP headers |
statusCode | int | HTTP response status code |
statusText | string | HTTP response status text |
return | System |