C# 클래스 System.Web.HttpServerUtility

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

ClearError() 공개 메소드

public ClearError ( ) : void
리턴 void

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

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

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

UrlTokenDecode() 공개 정적인 메소드

public static UrlTokenDecode ( string input ) : byte[]
input string
리턴 byte[]

UrlTokenEncode() 공개 정적인 메소드

public static UrlTokenEncode ( byte input ) : string
input byte
리턴 string