C# Class CSharpUtilsTests.ScgiServerTest.TestScgiServer

Inheritance: CSharpUtils.Scgi.ScgiServer
Show file Open project: soywiz/csharputils

Public Properties

Property Type Description
HandleRequestEvent System.Threading.AutoResetEvent

Public Methods

Method Description
TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic

Protected Methods

Method Description
HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void

Method Details

HandleRequest() protected method

protected HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void
HttpHeaderList CSharpUtils.Http.HttpHeaderList
Parameters string>.Dictionary
PostContent byte
return void

TestScgiServer() public method

public TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic
BindIp string
BindPort int
return System.Collections.Generic

Property Details

HandleRequestEvent public property

public AutoResetEvent,System.Threading HandleRequestEvent
return System.Threading.AutoResetEvent