C# Class Dev2.Studio.Core.WebCommunication
Afficher le fichier
Open project: Warewolf-ESB/Warewolf
Class Usage Examples
Méthodes publiques
Méthode |
Description |
|
Get ( string uri ) : IWebCommunicationResponse |
|
|
Post ( string uri, string data ) : IWebCommunicationResponse |
|
|
Method Details
public Get ( string uri ) : IWebCommunicationResponse |
uri |
string |
|
Résultat |
IWebCommunicationResponse |
|
public Post ( string uri, string data ) : IWebCommunicationResponse |
uri |
string |
|
data |
string |
|
Résultat |
IWebCommunicationResponse |
|