C# Class CSharpUtilsTests.ScgiServerTest.TestScgiServer

Inheritance: CSharpUtils.Scgi.ScgiServer
Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Свойство Type Description
HandleRequestEvent System.Threading.AutoResetEvent

Méthodes publiques

Méthode Description
TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic

Méthodes protégées

Méthode Description
HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void

Method Details

HandleRequest() protected méthode

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

TestScgiServer() public méthode

public TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic
BindIp string
BindPort int
Résultat System.Collections.Generic

Property Details

HandleRequestEvent public_oe property

public AutoResetEvent,System.Threading HandleRequestEvent
Résultat System.Threading.AutoResetEvent