C# Класс CSharpUtilsTests.ScgiServerTest.TestScgiServer

Наследование: CSharpUtils.Scgi.ScgiServer
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
HandleRequestEvent System.Threading.AutoResetEvent

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

Метод Описание
TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic

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

Метод Описание
HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void

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

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

protected HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void
HttpHeaderList CSharpUtils.Http.HttpHeaderList
Parameters string>.Dictionary
PostContent byte
Результат void

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

public TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic
BindIp string
BindPort int
Результат System.Collections.Generic

Описание свойств

HandleRequestEvent публичное свойство

public AutoResetEvent,System.Threading HandleRequestEvent
Результат System.Threading.AutoResetEvent