C# Class System.Web.HttpServerUtility

Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
ClearError ( ) : void
Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm ) : void
Execute ( string path ) : void
Execute ( string path, TextWriter writer ) : void
Execute ( string path, TextWriter writer, bool preserveForm ) : void
Execute ( string path, bool preserveForm ) : void
GetLastError ( ) : Exception
HtmlDecode ( string s ) : string
HtmlDecode ( string s, TextWriter output ) : void
HtmlEncode ( string s ) : string
HtmlEncode ( string s, TextWriter output ) : void
MapPath ( string path ) : string
Transfer ( IHttpHandler handler, bool preserveForm ) : void
Transfer ( string path ) : void
Transfer ( string path, bool preserveForm ) : void
UrlDecode ( string s ) : string
UrlDecode ( string s, TextWriter output ) : void
UrlEncode ( string s ) : string
UrlEncode ( string s, TextWriter output ) : void
UrlPathEncode ( string s ) : string
UrlTokenDecode ( string input ) : byte[]
UrlTokenEncode ( byte input ) : string

Private Methods

Method Description
CreateObject ( Type type ) : object
CreateObject ( string progID ) : object
CreateObjectFromClsid ( string clsid ) : object
Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm, string exePath, string queryString, bool isTransfer, bool isInclude ) : void
Execute ( string path, TextWriter writer, bool preserveForm, bool isTransfer ) : void
HttpServerUtility ( HttpContext context ) : System.IO

Method Details

ClearError() public method

public ClearError ( ) : void
return void

Execute() public method

public Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm ) : void
handler IHttpHandler
writer System.IO.TextWriter
preserveForm bool
return void

Execute() public method

public Execute ( string path ) : void
path string
return void

Execute() public method

public Execute ( string path, TextWriter writer ) : void
path string
writer System.IO.TextWriter
return void

Execute() public method

public Execute ( string path, TextWriter writer, bool preserveForm ) : void
path string
writer System.IO.TextWriter
preserveForm bool
return void

Execute() public method

public Execute ( string path, bool preserveForm ) : void
path string
preserveForm bool
return void

GetLastError() public method

public GetLastError ( ) : Exception
return System.Exception

HtmlDecode() public method

public HtmlDecode ( string s ) : string
s string
return string

HtmlDecode() public method

public HtmlDecode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
return void

HtmlEncode() public method

public HtmlEncode ( string s ) : string
s string
return string

HtmlEncode() public method

public HtmlEncode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
return void

MapPath() public method

public MapPath ( string path ) : string
path string
return string

Transfer() public method

public Transfer ( IHttpHandler handler, bool preserveForm ) : void
handler IHttpHandler
preserveForm bool
return void

Transfer() public method

public Transfer ( string path ) : void
path string
return void

Transfer() public method

public Transfer ( string path, bool preserveForm ) : void
path string
preserveForm bool
return void

UrlDecode() public method

public UrlDecode ( string s ) : string
s string
return string

UrlDecode() public method

public UrlDecode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
return void

UrlEncode() public method

public UrlEncode ( string s ) : string
s string
return string

UrlEncode() public method

public UrlEncode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
return void

UrlPathEncode() public method

public UrlPathEncode ( string s ) : string
s string
return string

UrlTokenDecode() public static method

public static UrlTokenDecode ( string input ) : byte[]
input string
return byte[]

UrlTokenEncode() public static method

public static UrlTokenEncode ( byte input ) : string
input byte
return string