Mono Class Library: Overview

System.Web.HttpServerUtility: Members

The members of System.Web.HttpServerUtility are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
MachineNamestring. Documentation for this section has not yet been entered.
ScriptTimeoutint. Documentation for this section has not yet been entered.

Public Methods

ClearError()
Documentation for this section has not yet been entered.
CreateObject(string) : object
Documentation for this section has not yet been entered.
CreateObject(Type) : object
Documentation for this section has not yet been entered.
CreateObjectFromClsid(string) : object
Documentation for this section has not yet been entered.
Execute(string)
Documentation for this section has not yet been entered.
Execute(string, bool)
Documentation for this section has not yet been entered.
Execute(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
Execute(string, System.IO.TextWriter, bool)
Documentation for this section has not yet been entered.
Execute(IHttpHandler, System.IO.TextWriter, bool)
Documentation for this section has not yet been entered.
GetLastError() : Exception
Documentation for this section has not yet been entered.
HtmlDecode(string) : string
Documentation for this section has not yet been entered.
HtmlDecode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
HtmlEncode(string) : string
Documentation for this section has not yet been entered.
HtmlEncode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
MapPath(string) : string
Documentation for this section has not yet been entered.
Transfer(string)
Documentation for this section has not yet been entered.
Transfer(string, bool)
Documentation for this section has not yet been entered.
Transfer(IHttpHandler, bool)
Documentation for this section has not yet been entered.
UrlDecode(string) : string
Documentation for this section has not yet been entered.
UrlDecode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
UrlEncode(string) : string
Documentation for this section has not yet been entered.
UrlEncode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
UrlPathEncode(string) : string
Documentation for this section has not yet been entered.
static
UrlTokenDecode(string) : byte[]
Documentation for this section has not yet been entered.
static
UrlTokenEncode(byte[]) : string
Documentation for this section has not yet been entered.