프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_httpResponse |
메소드 | 설명 | |
---|---|---|
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 /// |
리턴 | void |
public OSHttpResponse ( |
||
context | ||
리턴 | System.Net |