Click or drag to resize
AGIReplyResultCode Property
Returns the return code (the result as int).

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ResultCode { get; }

Return Value

Type: Int32
the return code or -1 if the result is not an int.
See Also