C# Class HttpInterfaces.HttpServerUtilityProxy

Inheritance: IHttpServerUtility
Afficher le fichier Open project: JonKruger/HttpInterfaces

Méthodes publiques

Méthode 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 méthode

public ClearError ( ) : void
Résultat void

CreateObject() public méthode

public CreateObject ( Type type ) : object
type System.Type
Résultat object

CreateObject() public méthode

public CreateObject ( string progID ) : object
progID string
Résultat object

CreateObjectFromClsid() public méthode

public CreateObjectFromClsid ( string clsid ) : object
clsid string
Résultat object

Execute() public méthode

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

Execute() public méthode

public Execute ( string path ) : void
path string
Résultat void

Execute() public méthode

public Execute ( string path, TextWriter writer ) : void
path string
writer System.IO.TextWriter
Résultat void

Execute() public méthode

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

Execute() public méthode

public Execute ( string path, bool preserveForm ) : void
path string
preserveForm bool
Résultat void

GetLastError() public méthode

public GetLastError ( ) : Exception
Résultat System.Exception

HtmlDecode() public méthode

public HtmlDecode ( string s ) : string
s string
Résultat string

HtmlDecode() public méthode

public HtmlDecode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

HtmlEncode() public méthode

public HtmlEncode ( string s ) : string
s string
Résultat string

HtmlEncode() public méthode

public HtmlEncode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

HttpServerUtilityProxy() public méthode

public HttpServerUtilityProxy ( HttpServerUtility httpServerUtility ) : System
httpServerUtility System.Web.HttpServerUtility
Résultat System

MapPath() public méthode

public MapPath ( string path ) : string
path string
Résultat string

Transfer() public méthode

public Transfer ( IHttpHandler handler, bool preserveForm ) : void
handler IHttpHandler
preserveForm bool
Résultat void

Transfer() public méthode

public Transfer ( string path ) : void
path string
Résultat void

Transfer() public méthode

public Transfer ( string path, bool preserveForm ) : void
path string
preserveForm bool
Résultat void

TransferRequest() public méthode

public TransferRequest ( string path ) : void
path string
Résultat void

TransferRequest() public méthode

public TransferRequest ( string path, bool preserveForm ) : void
path string
preserveForm bool
Résultat void

TransferRequest() public méthode

public TransferRequest ( string path, bool preserveForm, string method, NameValueCollection headers ) : void
path string
preserveForm bool
method string
headers System.Collections.Specialized.NameValueCollection
Résultat void

UrlDecode() public méthode

public UrlDecode ( string s ) : string
s string
Résultat string

UrlDecode() public méthode

public UrlDecode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

UrlEncode() public méthode

public UrlEncode ( string s ) : string
s string
Résultat string

UrlEncode() public méthode

public UrlEncode ( string s, TextWriter output ) : void
s string
output System.IO.TextWriter
Résultat void

UrlPathEncode() public méthode

public UrlPathEncode ( string s ) : string
s string
Résultat string