C# Класс EvHttpSharp.EventHttpRequest

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EventHttpRequest ( EventHttpListener listener, IntPtr handle ) : System
Respond ( HttpStatusCode code, string>.IDictionary headers, ArraySegment body ) : void
Respond ( HttpStatusCode code, string>.IDictionary headers, IEnumerable body ) : void
Respond ( HttpStatusCode code, string>.IDictionary headers, byte body ) : void

Приватные методы

Метод Описание
CalculateLength ( ArraySegment body ) : int

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

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

public EventHttpRequest ( EventHttpListener listener, IntPtr handle ) : System
listener EventHttpListener
handle System.IntPtr
Результат System

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

public Respond ( HttpStatusCode code, string>.IDictionary headers, ArraySegment body ) : void
code HttpStatusCode
headers string>.IDictionary
body ArraySegment
Результат void

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

public Respond ( HttpStatusCode code, string>.IDictionary headers, IEnumerable body ) : void
code HttpStatusCode
headers string>.IDictionary
body IEnumerable
Результат void

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

public Respond ( HttpStatusCode code, string>.IDictionary headers, byte body ) : void
code HttpStatusCode
headers string>.IDictionary
body byte
Результат void