Property | Type | Description | |
---|---|---|---|
_httpResponse |
Method | Description | |
---|---|---|
AddCookie ( System cookie ) : void | ||
AddHeader ( string key, string value ) : void |
Add a header field and content to the response.
|
|
OSHttpResponse ( |
public AddHeader ( string key, string value ) : void | ||
key | string | /// string containing the header field /// name /// |
value | string | /// string containing the header field /// value /// |
return | void |
public OSHttpResponse ( |
||
context | ||
return | System.Net |