C# 클래스 CSharpUtils.Http.HttpUtils

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
DecodeURIComponent ( String Input ) : String
ParseUrlEncoded ( String Url ) : String>.Dictionary

메소드 상세

DecodeURIComponent() 공개 정적인 메소드

public static DecodeURIComponent ( String Input ) : String
Input String
리턴 String

ParseUrlEncoded() 공개 정적인 메소드

public static ParseUrlEncoded ( String Url ) : String>.Dictionary
Url String
리턴 String>.Dictionary