C# 클래스 hobd.NetworkHelper

파일 보기 프로젝트 열기: cail/hobd

공개 메소드들

메소드 설명
SendGet ( string url ) : Result
SendGet ( string url, string>.IDictionary param ) : Result
SendPost ( string url, Stream body ) : Result
SendPost ( string url, string body ) : Result

비공개 메소드들

메소드 설명
NetworkHelper ( ) : System

메소드 상세

SendGet() 공개 정적인 메소드

public static SendGet ( string url ) : Result
url string
리턴 Result

SendGet() 공개 정적인 메소드

public static SendGet ( string url, string>.IDictionary param ) : Result
url string
param string>.IDictionary
리턴 Result

SendPost() 공개 정적인 메소드

public static SendPost ( string url, Stream body ) : Result
url string
body Stream
리턴 Result

SendPost() 공개 정적인 메소드

public static SendPost ( string url, string body ) : Result
url string
body string
리턴 Result