Mono Class Library: Overview

System.Web.Hosting.SimpleWorkerRequest: Method Members

The methods of System.Web.Hosting.SimpleWorkerRequest are listed below. For a list of all members, see the SimpleWorkerRequest Members list.

See Also: Inherited members from System.Web.HttpWorkerRequest

Public Methods

override
EndOfRequest()
Documentation for this section has not yet been entered.
override
FlushResponse(bool)
Documentation for this section has not yet been entered.
override
GetAppPath() : string
Documentation for this section has not yet been entered.
override
GetAppPathTranslated() : string
Documentation for this section has not yet been entered.
override
GetFilePath() : string
Documentation for this section has not yet been entered.
override
GetFilePathTranslated() : string
Documentation for this section has not yet been entered.
override
GetHttpVerbName() : string
Documentation for this section has not yet been entered.
override
GetHttpVersion() : string
Documentation for this section has not yet been entered.
override
GetLocalAddress() : string
Documentation for this section has not yet been entered.
override
GetLocalPort() : int
Documentation for this section has not yet been entered.
override
GetPathInfo() : string
Gets the path info part of a request.
override
GetQueryString() : string
Documentation for this section has not yet been entered.
override
GetRawUrl() : string
Documentation for this section has not yet been entered.
override
GetRemoteAddress() : string
Documentation for this section has not yet been entered.
override
GetRemotePort() : int
Gets the port number of the remote endpoint.
override
GetServerVariable(string) : string
Documentation for this section has not yet been entered.
override
GetUriPath() : string
Documentation for this section has not yet been entered.
override
GetUserToken() : IntPtr
Documentation for this section has not yet been entered.
override
MapPath(string) : string
Documentation for this section has not yet been entered.
override
SendKnownResponseHeader(int, string)
Documentation for this section has not yet been entered.
override
SendResponseFromFile(IntPtr, long, long)
Documentation for this section has not yet been entered.
override
SendResponseFromFile(string, long, long)
Documentation for this section has not yet been entered.
override
SendResponseFromMemory(byte[], int)
Documentation for this section has not yet been entered.
override
SendStatus(int, string)
Documentation for this section has not yet been entered.
override
SendUnknownResponseHeader(string, string)
Documentation for this section has not yet been entered.