C# 클래스 NHttp.HttpUtil

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

공개 메소드들

메소드 설명
HtmlDecode ( string value ) : string
HtmlEncode ( string value ) : string
TrimAll ( string parts ) : void
UriDecode ( string value ) : string
UriDecode ( string value, Encoding encoding ) : string
UrlDecode ( string content ) : string>.Dictionary
UrlDecode ( string content, Encoding encoding ) : string>.Dictionary

비공개 메소드들

메소드 설명
HexToInt ( char value ) : int
HttpUtil ( ) : System
IsHex ( char value ) : bool

메소드 상세

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( string value ) : string
value string
리턴 string

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( string value ) : string
value string
리턴 string

TrimAll() 공개 정적인 메소드

public static TrimAll ( string parts ) : void
parts string
리턴 void

UriDecode() 공개 정적인 메소드

public static UriDecode ( string value ) : string
value string
리턴 string

UriDecode() 공개 정적인 메소드

public static UriDecode ( string value, Encoding encoding ) : string
value string
encoding System.Text.Encoding
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string content ) : string>.Dictionary
content string
리턴 string>.Dictionary

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string content, Encoding encoding ) : string>.Dictionary
content string
encoding System.Text.Encoding
리턴 string>.Dictionary