|
| Name | Description |
|---|
.gif) | CloseConnection |
Terminates the connection with the client.
|
.gif) | EndOfRequest |
Used by the runtime to notify the HttpWorkerRequest that request processing for the current request is complete.
|
.gif) | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
.gif) | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
.gif) | FlushResponse |
Sends all pending response data to the client.
|
.gif) | GetAppPath |
Returns the virtual path to the currently executing server application.
|
.gif) | GetAppPathTranslated |
Returns the physical path to the currently executing server application.
|
.gif) | GetAppPoolID | Infrastructure.
When overridden in a derived class, returns the application pool ID for the current URL.
|
.gif) | GetBytesRead | Infrastructure.
Gets the number of bytes read in from the client.
|
.gif) | GetClientCertificate | Infrastructure.
When overridden in a derived class, gets the certification fields (specified in the X.509 standard) from a request issued by the client.
|
.gif) | GetClientCertificateBinaryIssuer | Infrastructure.
Gets the certificate issuer, in binary format.
|
.gif) | GetClientCertificateEncoding | Infrastructure.
When overridden in a derived class, returns the Encoding object in which the client certificate was encoded.
|
.gif) | GetClientCertificatePublicKey | Infrastructure.
When overridden in a derived class, gets a PublicKey object associated with the client certificate.
|
.gif) | GetClientCertificateValidFrom | Infrastructure.
When overridden in a derived class, gets the date when the certificate becomes valid. The date varies with international settings.
|
.gif) | GetClientCertificateValidUntil | Infrastructure.
Gets the certificate expiration date.
|
.gif) | GetConnectionID | Infrastructure.
When overridden in a derived class, returns the ID of the current connection.
|
.gif) | GetFilePath |
When overridden in a derived class, returns the virtual path to the requested URI.
|
.gif) | GetFilePathTranslated |
Returns the physical file path to the requested URI (and translates it from virtual path to physical path: for example, "/proj1/page.aspx" to "c:\dir\page.aspx")
|
.gif) | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
.gif) | GetHttpVerbName |
Returns the specified member of the request header.
|
.gif) | GetHttpVersion |
Provides access to the HTTP version of the request (for example, "HTTP/1.1").
|
.gif) | GetKnownRequestHeader |
Returns the standard HTTP request header that corresponds to the specified index.
|
.gif) .gif) | GetKnownRequestHeaderIndex |
Returns the index number of the specified HTTP request header.
|
.gif) .gif) | GetKnownRequestHeaderName |
Returns the name of the specified HTTP request header.
|
.gif) .gif) | GetKnownResponseHeaderIndex |
Returns the index number of the specified HTTP response header.
|
.gif) .gif) | GetKnownResponseHeaderName |
Returns the name of the specified HTTP response header.
|
.gif) | GetLocalAddress |
Provides access to the specified member of the request header.
|
.gif) | GetLocalPort |
Provides access to the specified member of the request header.
|
.gif) | GetPathInfo |
Returns additional path information for a resource with a URL extension. That is, for the path /virdir/page.html/tail, the GetPathInfo value is /tail.
|
.gif) | GetPreloadedEntityBody | Overloaded.
Overloaded. Returns the portion of the HTTP request body that has currently been read.
|
.gif) | GetPreloadedEntityBodyLength |
Gets the length of the portion of the HTTP request body that has currently been read.
|
.gif) | GetProtocol |
When overridden in a derived class, returns the HTTP protocol (HTTP or HTTPS).
|
.gif) | GetQueryString |
Returns the query string specified in the request URL.
|
.gif) | GetQueryStringRawBytes |
When overridden in a derived class, returns the response query string as an array of bytes.
|
.gif) | GetRawUrl |
Returns the URL path contained in the request header with the query string appended.
|
.gif) | GetRemoteAddress |
Provides access to the specified member of the request header.
|
.gif) | GetRemoteName |
When overridden in a derived class, returns the name of the client computer.
|
.gif) | GetRemotePort |
Provides access to the specified member of the request header.
|
.gif) | GetRequestReason | Infrastructure.
When overridden in a derived class, returns the reason for the request.
|
.gif) | GetServerName |
When overridden in a derived class, returns the name of the local server.
|
.gif) | GetServerVariable |
Returns a single server variable from a dictionary of server variables associated with the request.
|
.gif) .gif) | GetStatusDescription |
Returns a string that describes the name of the specified HTTP status code.
|
.gif) | GetTotalEntityBodyLength |
Gets the length of the entire HTTP request body.
|
.gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) | GetUnknownRequestHeader |
Returns a nonstandard HTTP request header value.
|
.gif) | GetUnknownRequestHeaders |
Get all nonstandard HTTP header name-value pairs.
|
.gif) | GetUriPath |
Returns the virtual path to the requested URI.
|
.gif) | GetUrlContextID | Infrastructure.
When overridden in a derived class, returns the context ID of the current connection.
|
.gif) | GetUserToken |
When overridden in a derived class, returns the client's impersonation token.
|
.gif) | GetVirtualPathToken | Infrastructure.
Gets the impersonation token for the request virtual path.
|
.gif) | HasEntityBody |
Returns a value indicating whether the request contains body data.
|
.gif) | HeadersSent |
Returns a value indicating whether HTTP response headers have been sent to the client for the current request.
|
.gif) | IsClientConnected |
Returns a value indicating whether the client connection is still active.
|
.gif) | IsEntireEntityBodyIsPreloaded |
Returns a value indicating whether all request data is available and no further reads from the client are required.
|
.gif) | IsSecure |
Returns a value indicating whether the connection uses SSL.
|
.gif) | MapPath |
Returns the physical path corresponding to the specified virtual path.
|
.gif) | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
.gif) | ReadEntityBody | Overloaded.
Overloaded. Reads request data from the client (when not preloaded).
|
.gif) | SendCalculatedContentLength | Overloaded.
Adds a Content-Length HTTP header to the response.
|
.gif) | SendKnownResponseHeader |
Adds a standard HTTP header to the response.
|
.gif) | SendResponseFromFile | Overloaded.
Adds the contents of a file to the response.
|
.gif) | SendResponseFromMemory | Overloaded.
Adds the contents of a memory block to the response.
|
.gif) | SendStatus |
Specifies the HTTP status code and status description of the response, such as SendStatus(200, "Ok").
|
.gif) | SendUnknownResponseHeader |
Adds a nonstandard HTTP header to the response.
|
.gif) | SetEndOfSendNotification |
Registers for an optional notification when all the response data is sent.
|
.gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |