NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWorkerRequest Methods

The methods of the HttpWorkerRequest class are listed below. For a complete list of HttpWorkerRequest class members, see the HttpWorkerRequest Members topic.

Public:

CloseConnection [To be supplied.]
EndOfRequest [To be supplied.]
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
FlushResponse [To be supplied.]
GetAppPath [To be supplied.]
GetAppPathTranslated [To be supplied.]
GetAppPoolID [To be supplied.]
GetBytesRead [To be supplied.]
GetClientCertificateString [To be supplied.]
GetClientCertificateValidFrom [To be supplied.]
GetClientCertificateValidUntil [To be supplied.]
GetConnectionID [To be supplied.]
GetFilePath [To be supplied.]
GetFilePathTranslated [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHttpVerbName [To be supplied.]
GetHttpVersion [To be supplied.]
GetKnownRequestHeader [To be supplied.]
GetKnownRequestHeaderIndex [To be supplied.]
GetKnownRequestHeaderName [To be supplied.]
GetKnownResponseHeaderIndex [To be supplied.]
GetKnownResponseHeaderName [To be supplied.]
GetLocalAddress [To be supplied.]
GetLocalPort [To be supplied.]
GetPathInfo [To be supplied.]
GetPreloadedEntityBody [To be supplied.]
GetProtocol [To be supplied.]
GetQueryString [To be supplied.]
GetQueryStringRawBytes [To be supplied.]
GetRawUrl [To be supplied.]
GetRemoteAddress [To be supplied.]
GetRemoteName [To be supplied.]
GetRemotePort [To be supplied.]
GetRequestReason [To be supplied.]
GetServerName [To be supplied.]
GetServerVariable [To be supplied.]
GetStatusDescription [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
GetUnknownRequestHeader [To be supplied.]
GetUnknownRequestHeaders [To be supplied.]
GetURIPath [To be supplied.]
GetUrlContextID [To be supplied.]
GetUserToken [To be supplied.]
HasEntityBody [To be supplied.]
HeadersSent [To be supplied.]
IsClientConnected [To be supplied.]
IsEntireEntityBodyIsPreloaded [To be supplied.]
IsSecure [To be supplied.]
MapPath [To be supplied.]
ReadEntityBody [To be supplied.]
SendCalculatedContentLength [To be supplied.]
SendKnownResponseHeader [To be supplied.]
SendResponseFromFile Overloaded. [To be supplied.]
SendResponseFromMemory [To be supplied.]
SendStatus [To be supplied.]
SendUnknownResponseHeader [To be supplied.]
SetEndOfSendNotification [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpWorkerRequest Class | System.Web Namespace