IResponse Properties |
The IResponse type exposes the following members.
Name | Description | |
---|---|---|
Charset |
Get/Set the response charset.
| |
ErrorCode |
Get/set the response error code.
| |
Headers |
Response Headers
| |
IsReadOnly |
Returns true if this object is read-only.
| |
MimeType |
MimeType
| |
StatusCode |
The status code of the response. Unless set, the default value used is 200
(corresponding to HTTP status OK).
| |
StatusText |
Status Text
|