Method | Description | |
---|---|---|
SendGet ( string url ) : Result | ||
SendGet ( string url, string>.IDictionary |
||
SendPost ( string url, Stream body ) : Result | ||
SendPost ( string url, string body ) : Result |
Method | Description | |
---|---|---|
NetworkHelper ( ) : System |
public static SendGet ( string url ) : Result | ||
url | string | |
return | Result |
public static SendGet ( string url, string>.IDictionary |
||
url | string | |
param | string>.IDictionary | |
return | Result |
public static SendPost ( string url, Stream body ) : Result | ||
url | string | |
body | Stream | |
return | Result |
public static SendPost ( string url, string body ) : Result | ||
url | string | |
body | string | |
return | Result |