Property | Type | Description | |
---|---|---|---|
Debug | bool | ||
Reader | |||
Writer |
Property | Type | Description | |
---|---|---|---|
Requests | FastcgiRequest>.Dictionary |
Method | Description | |
---|---|---|
FastcgiHandler ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System | ||
GetOrCreateFastcgiRequest ( ushort RequestId ) : |
||
HandleRequest ( Object _Request ) : void |
Method | Description | |
---|---|---|
Reader_HandlePacket ( Fastcgi Type, ushort RequestId, byte Content ) : bool |
public FastcgiHandler ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System | ||
FastcgiPipe | IFastcgiPipe | |
Debug | bool | |
return | System |
public GetOrCreateFastcgiRequest ( ushort RequestId ) : |
||
RequestId | ushort | |
return |
public HandleRequest ( Object _Request ) : void | ||
_Request | Object | |
return | void |
public FastcgiPacketReader,CSharpUtils.Fastcgi Reader | ||
return |