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