Class HttpServerEngineContextRequest
Provides an abstract base class for HTTP requests.
public abstract class HttpServerEngineContextRequest
- Inheritance
-
HttpServerEngineContextRequest
- Inherited Members
Constructors
Properties
- ContentEncoding
Gets the content encoding of the request.
- ContentLength64
Gets the content length of the request.
- Headers
Gets the HTTP headers.
- HttpMethod
Gets the HTTP method of the request.
- InputStream
Gets the input stream of the request.
- IsLocal
Gets a value indicating whether the request is from the local machine.
- IsSecureConnection
Gets a value indicating whether the connection is secure.
- LocalEndPoint
Gets the local endpoint of the request.
- ProtocolVersion
Gets the HTTP protocol version.
- QueryString
Gets the query string collection.
- RawUrl
Gets the raw URL of the request.
- RemoteEndPoint
Gets the remote endpoint of the request.
- RequestTraceIdentifier
Gets the request trace identifier.
- Url
Gets the URL of the request.
- UserHostName
Gets the host name of the user.