Click or drag to resize

IHttpProtocolRequest Properties

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
See Also