Property | Type | Description | |
---|---|---|---|
GetRequest | Mono.FastCgi.Request | ||
GetRequestIndex | int | ||
StopRun | void |
Method | Description | |
---|---|---|
Connection ( Mono.FastCgi.Socket socket, Server server ) : System | ||
EndRequest ( ushort requestID, int appStatus, ProtocolStatus protocolStatus ) : void | ||
Run ( ) : void | ||
SendRecord ( RecordType type, ushort requestID, byte bodyData ) : void | ||
SendRecord ( RecordType type, ushort requestID, byte bodyData, int bodyIndex, int bodyLength ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
GetRequest ( ushort requestID ) : Mono.FastCgi.Request | ||
GetRequestIndex ( ushort requestID ) : int | ||
StopRun ( string message ) : void |
public Connection ( Mono.FastCgi.Socket socket, Server server ) : System | ||
socket | Mono.FastCgi.Socket | |
server | Server | |
return | System |
public EndRequest ( ushort requestID, int appStatus, ProtocolStatus protocolStatus ) : void | ||
requestID | ushort | |
appStatus | int | |
protocolStatus | ProtocolStatus | |
return | void |
public SendRecord ( RecordType type, ushort requestID, byte bodyData ) : void | ||
type | RecordType | |
requestID | ushort | |
bodyData | byte | |
return | void |
public SendRecord ( RecordType type, ushort requestID, byte bodyData, int bodyIndex, int bodyLength ) : void | ||
type | RecordType | |
requestID | ushort | |
bodyData | byte | |
bodyIndex | int | |
bodyLength | int | |
return | void |