C# Class Gallatin.Core.Web.HttpResponseHeaderEventArgs

HTTP response header event arguments
Inheritance: HttpHeaderEventArgs
Afficher le fichier Open project: williamoneill/Gallatin Class Usage Examples

Méthodes publiques

Méthode Description
HttpResponseHeaderEventArgs ( string version, IHttpHeaders headers, int statusCode, string statusText ) : System

Creates a new instance of the class

Méthodes protégées

Méthode Description
CreateFirstLine ( ) : string

Creates the first line in the HTTP response

Method Details

CreateFirstLine() protected méthode

Creates the first line in the HTTP response
protected CreateFirstLine ( ) : string
Résultat string

HttpResponseHeaderEventArgs() public méthode

Creates a new instance of the class
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
Résultat System