Méthode | Description | |
---|---|---|
GET ( string Url ) : Stream | ||
GET ( string Url, |
||
GetResponseToString ( Stream RequestMetod ) : string | ||
GetResponseToXDocument ( Stream RequestMetod ) : System.Xml.Linq.XDocument | ||
POST ( string Url, string Command ) : Stream | ||
POST ( string Url, string Command, |
Méthode | Description | |
---|---|---|
ResponseStreamGET ( string Url ) : Stream | ||
ResponseStreamGET ( string Url, |
||
ResponseStreamPOST ( string Url, string Command ) : Stream | ||
ResponseStreamPOST ( string Url, string Command, |
public GET ( string Url, |
||
Url | string | |
Proxy | ||
Résultat | Stream |
public GetResponseToString ( Stream RequestMetod ) : string | ||
RequestMetod | Stream | |
Résultat | string |
public GetResponseToXDocument ( Stream RequestMetod ) : System.Xml.Linq.XDocument | ||
RequestMetod | Stream | |
Résultat | System.Xml.Linq.XDocument |
public POST ( string Url, string Command ) : Stream | ||
Url | string | |
Command | string | |
Résultat | Stream |
public POST ( string Url, string Command, |
||
Url | string | |
Command | string | |
Proxy | ||
Résultat | Stream |