C# Class hobd.NetworkHelper

ファイルを表示 Open project: cail/hobd

Public Methods

Method Description
SendGet ( string url ) : Result
SendGet ( string url, string>.IDictionary param ) : Result
SendPost ( string url, Stream body ) : Result
SendPost ( string url, string body ) : Result

Private Methods

Method Description
NetworkHelper ( ) : System

Method Details

SendGet() public static method

public static SendGet ( string url ) : Result
url string
return Result

SendGet() public static method

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

SendPost() public static method

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

SendPost() public static method

public static SendPost ( string url, string body ) : Result
url string
body string
return Result