Click or drag to resize

IHttpProtocolRequest Interface

Interface which represents a HTTP request.

Namespace:  VDS.RDF.Web
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IHttpProtocolRequest

The IHttpProtocolRequest type exposes the following members.

Properties
  NameDescription
Public propertyAcceptTypes
Gets the MIME Types specified in the Accept header.
Public propertyContentLength
Gets the Content Length.
Public propertyContentType
Gets the Content Type.
Public propertyHeaders
Gets the Headers.
Public propertyHttpMethod
Gets the HTTP Method.
Public propertyInputStream
Gets the Input Stream.
Public propertyQueryString
Gets the Querystring parameters.
Public propertyUrl
Gets the URL.
Public propertyUserHostAddress
Gets the Users Host Address.
Top
Remarks
Abstraction which allows us to reuse code for request processing across different HTTP server environments.
See Also