IHttpProtocolResponse Interface |
Namespace: VDS.RDF.Web
The IHttpProtocolResponse type exposes the following members.
Name | Description | |
---|---|---|
ContentEncoding |
Gets/Sets the Content Encoding for the response.
| |
ContentType |
Gets/Sets the Content Type for the response.
| |
Headers |
Gets the Headers for the response.
| |
OutputStream |
Gets the output stream.
| |
StatusCode |
Gets/Sets the HTTP Status Code for the response.
|
Name | Description | |
---|---|---|
AddHeader |
Adds a Header to the resposne.
| |
Clear |
Clears the Response.
| |
Write |
Writes a String to the response body.
|