C# 클래스 Rhino.Queues.Utils.MonoHttpUtility

We have to use this stupid trick because HttpUtility.UrlEncode / Decode uses HttpContext.Current under the covers, which doesn't work in IIS7 Application_Start
파일 보기 프로젝트 열기: hibernating-rhinos/rhino-queues

공개 메소드들

메소드 설명
UrlDecode ( byte bytes, Encoding e ) : string
UrlDecode ( byte bytes, int offset, int count, Encoding e ) : string
UrlDecode ( string str ) : string
UrlDecode ( string s, Encoding e ) : string
UrlDecodeToBytes ( byte bytes ) : byte[]
UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[]
UrlDecodeToBytes ( string str ) : byte[]
UrlDecodeToBytes ( string str, Encoding e ) : byte[]
UrlEncode ( byte bytes ) : string
UrlEncode ( byte bytes, int offset, int count ) : string
UrlEncode ( string str ) : string
UrlEncode ( string s, Encoding Enc ) : string
UrlEncodeToBytes ( byte bytes ) : byte[]
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[]
UrlEncodeToBytes ( string str ) : byte[]
UrlEncodeToBytes ( string str, Encoding e ) : byte[]
UrlEncodeUnicode ( string str ) : string
UrlEncodeUnicodeToBytes ( string str ) : byte[]

비공개 메소드들

메소드 설명
GetChar ( byte bytes, int offset, int length ) : int
GetChar ( string str, int offset, int length ) : int
GetChars ( MemoryStream b, Encoding e ) : char[]
GetInt ( byte b ) : int
WriteCharBytes ( IList buf, char ch, Encoding e ) : void

메소드 상세

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( byte bytes, Encoding e ) : string
bytes byte
e System.Text.Encoding
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( byte bytes, int offset, int count, Encoding e ) : string
bytes byte
offset int
count int
e System.Text.Encoding
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string str ) : string
str string
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string s, Encoding e ) : string
s string
e System.Text.Encoding
리턴 string

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
리턴 byte[]

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( string str ) : byte[]
str string
리턴 byte[]

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( string str, Encoding e ) : byte[]
str string
e System.Text.Encoding
리턴 byte[]

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( byte bytes ) : string
bytes byte
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( byte bytes, int offset, int count ) : string
bytes byte
offset int
count int
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string str ) : string
str string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string s, Encoding Enc ) : string
s string
Enc System.Text.Encoding
리턴 string

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
리턴 byte[]

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( string str ) : byte[]
str string
리턴 byte[]

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( string str, Encoding e ) : byte[]
str string
e System.Text.Encoding
리턴 byte[]

UrlEncodeUnicode() 공개 정적인 메소드

public static UrlEncodeUnicode ( string str ) : string
str string
리턴 string

UrlEncodeUnicodeToBytes() 공개 정적인 메소드

public static UrlEncodeUnicodeToBytes ( string str ) : byte[]
str string
리턴 byte[]