The methods of System.Web.HttpWorkerRequest are listed below. For a list of all members, see the HttpWorkerRequest Members list.
See Also: Inherited members from System.Object
CloseConnection() Documentation for this section has not yet been entered. abstractEndOfRequest() Documentation for this section has not yet been entered. abstractFlushResponse(bool) Documentation for this section has not yet been entered.GetAppPath() : string Documentation for this section has not yet been entered.GetAppPathTranslated() : string Documentation for this section has not yet been entered.GetAppPoolID() : string Documentation for this section has not yet been entered.GetBytesRead() : long Documentation for this section has not yet been entered.GetClientCertificate() : byte[] Documentation for this section has not yet been entered.GetClientCertificateBinaryIssuer() : byte[] Documentation for this section has not yet been entered.GetClientCertificateEncoding() : int Documentation for this section has not yet been entered.GetClientCertificatePublicKey() : byte[] Documentation for this section has not yet been entered.GetClientCertificateValidFrom() : DateTime Documentation for this section has not yet been entered.GetClientCertificateValidUntil() : DateTime Documentation for this section has not yet been entered.GetConnectionID() : long Documentation for this section has not yet been entered.GetFilePath() : string Documentation for this section has not yet been entered.GetFilePathTranslated() : string Documentation for this section has not yet been entered. abstractGetHttpVerbName() : string Documentation for this section has not yet been entered. abstractGetHttpVersion() : string Documentation for this section has not yet been entered.GetKnownRequestHeader(int) : string Returns the value of a known header. staticGetKnownRequestHeaderIndex(string) : int Given a header name, returns an index value for this index. staticGetKnownRequestHeaderName(int) : string Returns the HTTP header name from an internal index. staticGetKnownResponseHeaderIndex(string) : int Documentation for this section has not yet been entered. staticGetKnownResponseHeaderName(int) : string Documentation for this section has not yet been entered. abstractGetLocalAddress() : string Documentation for this section has not yet been entered. abstractGetLocalPort() : int Documentation for this section has not yet been entered.GetPathInfo() : string Documentation for this section has not yet been entered.GetPreloadedEntityBody() : byte[] Returns the HTTP request body that has been prefetched.GetPreloadedEntityBody(byte[], int) : int Documentation for this section has not yet been entered.GetPreloadedEntityBodyLength() : int Documentation for this section has not yet been entered.GetProtocol() : string Documentation for this section has not yet been entered. abstractGetQueryString() : string Documentation for this section has not yet been entered.GetQueryStringRawBytes() : byte[] Documentation for this section has not yet been entered. abstractGetRawUrl() : string Documentation for this section has not yet been entered. abstractGetRemoteAddress() : string Documentation for this section has not yet been entered.GetRemoteName() : string Documentation for this section has not yet been entered. abstractGetRemotePort() : int Documentation for this section has not yet been entered.GetRequestReason() : int Documentation for this section has not yet been entered.GetServerName() : string Documentation for this section has not yet been entered.GetServerVariable(string) : string Documentation for this section has not yet been entered. staticGetStatusDescription(int) : string Documentation for this section has not yet been entered.GetTotalEntityBodyLength() : int Documentation for this section has not yet been entered.GetUnknownRequestHeader(string) : string Documentation for this section has not yet been entered.GetUnknownRequestHeaders() : string[][] Documentation for this section has not yet been entered. abstractGetUriPath() : string Documentation for this section has not yet been entered.GetUrlContextID() : long Documentation for this section has not yet been entered.GetUserToken() : IntPtr Documentation for this section has not yet been entered.GetVirtualPathToken() : IntPtr Documentation for this section has not yet been entered.HasEntityBody() : bool Whether the incoming HTTP request has a body (for example in a POST).HeadersSent() : bool Documentation for this section has not yet been entered.IsClientConnected() : bool Documentation for this section has not yet been entered.IsEntireEntityBodyIsPreloaded() : bool Documentation for this section has not yet been entered.IsSecure() : bool Documentation for this section has not yet been entered.MapPath(string) : string Documentation for this section has not yet been entered.ReadEntityBody(byte[], int) : int Reads data from the body of the HTTP request.ReadEntityBody(byte[], int, int) : int Documentation for this section has not yet been entered.SendCalculatedContentLength(int) Documentation for this section has not yet been entered.SendCalculatedContentLength(long) Documentation for this section has not yet been entered. abstractSendKnownResponseHeader(int, string) Documentation for this section has not yet been entered. abstractSendResponseFromFile(IntPtr, long, long) Documentation for this section has not yet been entered. abstractSendResponseFromFile(string, long, long) Documentation for this section has not yet been entered. abstractSendResponseFromMemory(byte[], int) Documentation for this section has not yet been entered.SendResponseFromMemory(IntPtr, int) Documentation for this section has not yet been entered. abstractSendStatus(int, string) Sends an HTTP status reply back to the client. abstractSendUnknownResponseHeader(string, string) Documentation for this section has not yet been entered.SetEndOfSendNotification(HttpWorkerRequest.EndOfSendNotification, object) Documentation for this section has not yet been entered.