C# Class hobd.NetworkHelper

Afficher le fichier Open project: cail/hobd

Méthodes publiques

Méthode 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

Méthode Description
NetworkHelper ( ) : System

Method Details

SendGet() public static méthode

public static SendGet ( string url ) : Result
url string
Résultat Result

SendGet() public static méthode

public static SendGet ( string url, string>.IDictionary param ) : Result
url string
param string>.IDictionary
Résultat Result

SendPost() public static méthode

public static SendPost ( string url, Stream body ) : Result
url string
body Stream
Résultat Result

SendPost() public static méthode

public static SendPost ( string url, string body ) : Result
url string
body string
Résultat Result