C# Класс Gallatin.Core.Web.HttpResponseHeaderEventArgs

HTTP response header event arguments
Наследование: HttpHeaderEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HttpResponseHeaderEventArgs ( string version, IHttpHeaders headers, int statusCode, string statusText ) : System

Creates a new instance of the class

Защищенные методы

Метод Описание
CreateFirstLine ( ) : string

Creates the first line in the HTTP response

Описание методов

CreateFirstLine() защищенный Метод

Creates the first line in the HTTP response
protected CreateFirstLine ( ) : string
Результат string

HttpResponseHeaderEventArgs() публичный Метод

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
Результат System