C# 클래스 HttpInterfaces.HttpServerUtilityProxy

상속: IHttpServerUtility
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
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

메소드 상세

ClearError() 공개 메소드

public ClearError ( ) : void
리턴 void

CreateObject() 공개 메소드

public CreateObject ( Type type ) : object
type System.Type
리턴 object

CreateObject() 공개 메소드

public CreateObject ( string progID ) : object
progID string
리턴 object

CreateObjectFromClsid() 공개 메소드

public CreateObjectFromClsid ( string clsid ) : object
clsid string
리턴 object

Execute() 공개 메소드

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

Execute() 공개 메소드

public Execute ( string path ) : void
path string
리턴 void

Execute() 공개 메소드

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

Execute() 공개 메소드

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

Execute() 공개 메소드

public Execute ( string path, bool preserveForm ) : void
path string
preserveForm bool
리턴 void

GetLastError() 공개 메소드

public GetLastError ( ) : Exception
리턴 System.Exception

HtmlDecode() 공개 메소드

public HtmlDecode ( string s ) : string
s string
리턴 string

HtmlDecode() 공개 메소드

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

HtmlEncode() 공개 메소드

public HtmlEncode ( string s ) : string
s string
리턴 string

HtmlEncode() 공개 메소드

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

HttpServerUtilityProxy() 공개 메소드

public HttpServerUtilityProxy ( HttpServerUtility httpServerUtility ) : System
httpServerUtility System.Web.HttpServerUtility
리턴 System

MapPath() 공개 메소드

public MapPath ( string path ) : string
path string
리턴 string

Transfer() 공개 메소드

public Transfer ( IHttpHandler handler, bool preserveForm ) : void
handler IHttpHandler
preserveForm bool
리턴 void

Transfer() 공개 메소드

public Transfer ( string path ) : void
path string
리턴 void

Transfer() 공개 메소드

public Transfer ( string path, bool preserveForm ) : void
path string
preserveForm bool
리턴 void

TransferRequest() 공개 메소드

public TransferRequest ( string path ) : void
path string
리턴 void

TransferRequest() 공개 메소드

public TransferRequest ( string path, bool preserveForm ) : void
path string
preserveForm bool
리턴 void

TransferRequest() 공개 메소드

public TransferRequest ( string path, bool preserveForm, string method, NameValueCollection headers ) : void
path string
preserveForm bool
method string
headers System.Collections.Specialized.NameValueCollection
리턴 void

UrlDecode() 공개 메소드

public UrlDecode ( string s ) : string
s string
리턴 string

UrlDecode() 공개 메소드

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

UrlEncode() 공개 메소드

public UrlEncode ( string s ) : string
s string
리턴 string

UrlEncode() 공개 메소드

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

UrlPathEncode() 공개 메소드

public UrlPathEncode ( string s ) : string
s string
리턴 string