C# Class HttpInterfaces.HttpServerUtilityProxy

Inheritance: IHttpServerUtility
ファイルを表示 Open project: JonKruger/HttpInterfaces

Public Methods

Method Description
ClearError ( ) : void
CreateObject ( Type type ) : object
CreateObject ( string progID ) : object
CreateObjectFromClsid ( string clsid ) : object
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
HttpServerUtilityProxy ( HttpServerUtility httpServerUtility ) : System
MapPath ( string path ) : string
Transfer ( IHttpHandler handler, bool preserveForm ) : void
Transfer ( string path ) : void
Transfer ( string path, bool preserveForm ) : void
TransferRequest ( string path ) : void
TransferRequest ( string path, bool preserveForm ) : void
TransferRequest ( string path, bool preserveForm, string method, NameValueCollection headers ) : 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

Method Details

ClearError() public method

public ClearError ( ) : void
return void

CreateObject() public method

public CreateObject ( Type type ) : object
type System.Type
return object

CreateObject() public method

public CreateObject ( string progID ) : object
progID string
return object

CreateObjectFromClsid() public method

public CreateObjectFromClsid ( string clsid ) : object
clsid string
return object

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

HttpServerUtilityProxy() public method

public HttpServerUtilityProxy ( HttpServerUtility httpServerUtility ) : System
httpServerUtility System.Web.HttpServerUtility
return System

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

TransferRequest() public method

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

TransferRequest() public method

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

TransferRequest() public method

public TransferRequest ( string path, bool preserveForm, string method, NameValueCollection headers ) : void
path string
preserveForm bool
method string
headers System.Collections.Specialized.NameValueCollection
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