Property | Type | Description | |
---|---|---|---|
bytes | byte[] | ||
message | string | ||
status | int |
Property | Type | Description | |
---|---|---|---|
unchunkedData | List |
Method | Description | |
---|---|---|
AddHeader ( string name, string value ) : void | ||
GetHeader ( string name ) : string | ||
GetHeaders ( string name ) : List |
||
ReadFromStream ( Stream inputStream ) : void |
Method | Description | |
---|---|---|
ReadKeyValue ( Stream stream ) : string[] | ||
ReadLine ( Stream stream ) : string | ||
UnZip ( |
||
UnZip ( byte output ) : byte[] |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public ReadFromStream ( Stream inputStream ) : void | ||
inputStream | Stream | |
return | void |