IHttpProtocolRequest Interface |
Namespace: VDS.RDF.Web
The IHttpProtocolRequest type exposes the following members.
Name | Description | |
---|---|---|
AcceptTypes |
Gets the MIME Types specified in the Accept header.
| |
ContentLength |
Gets the Content Length.
| |
ContentType |
Gets the Content Type.
| |
Headers |
Gets the Headers.
| |
HttpMethod |
Gets the HTTP Method.
| |
InputStream |
Gets the Input Stream.
| |
QueryString |
Gets the Querystring parameters.
| |
Url |
Gets the URL.
| |
UserHostAddress |
Gets the Users Host Address.
|