Свойство | Type | Description | |
---|---|---|---|
Content | ArraySegment |
||
RequestId | ushort | ||
Type | Fastcgi.PacketType | ||
Version | byte |
Свойство | Type | Description | |
---|---|---|---|
PaddingRead | byte[] | ||
PaddingWrite | byte[] |
Méthode | Description | |
---|---|---|
ReadFromAsync ( Stream ClientStream ) : Task |
||
WriteMemoryStreamToAsync ( ushort RequestId, Fastcgi PacketType, |
||
WriteToAsync ( Stream ClientStream ) : Task |
public ReadFromAsync ( Stream ClientStream ) : Task |
||
ClientStream | Stream | |
Résultat | Task |
public static WriteMemoryStreamToAsync ( ushort RequestId, Fastcgi PacketType, |
||
RequestId | ushort | |
PacketType | Fastcgi | |
From | ||
ClientStream | Stream | |
Résultat | System.Threading.Tasks.Task |
public WriteToAsync ( Stream ClientStream ) : Task |
||
ClientStream | Stream | |
Résultat | Task |