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

HTTP header event arguments base class
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
GetBuffer ( ) : byte[]

Gets the raw representation used to send the message on the network

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

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

Creates the first line in the HTTP message

HttpHeaderEventArgs ( string version, IHttpHeaders headers ) : System

Creates a new instance of the class

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

CreateFirstLine() защищенный абстрактный Метод

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

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

Gets the raw representation used to send the message on the network
public GetBuffer ( ) : byte[]
Результат byte[]

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

Creates a new instance of the class
protected HttpHeaderEventArgs ( string version, IHttpHeaders headers ) : System
version string HTTP version
headers IHttpHeaders HTTP headers
Результат System