Property | Type | Description | |
---|---|---|---|
Content | ArraySegment |
||
RequestId | ushort | ||
Type | Fastcgi.PacketType | ||
Version | byte |
Property | Type | Description | |
---|---|---|---|
PaddingRead | byte[] | ||
PaddingWrite | byte[] |
Method | Description | |
---|---|---|
ReadFromAsync ( Stream ClientStream ) : Task |
||
WriteMemoryStreamToAsync ( ushort RequestId, Fastcgi PacketType, |
||
WriteToAsync ( Stream ClientStream ) : Task |
public ReadFromAsync ( Stream ClientStream ) : Task |
||
ClientStream | Stream | |
return | Task |
public static WriteMemoryStreamToAsync ( ushort RequestId, Fastcgi PacketType, |
||
RequestId | ushort | |
PacketType | Fastcgi | |
From | ||
ClientStream | Stream | |
return | System.Threading.Tasks.Task |
public WriteToAsync ( Stream ClientStream ) : Task |
||
ClientStream | Stream | |
return | Task |