C# Class YandexAPI.Request

Afficher le fichier Open project: kidinfo/YandexAPI Class Usage Examples

Méthodes publiques

Méthode Description
GET ( string Url ) : Stream
GET ( string Url, WebProxy Proxy ) : Stream
GetResponseToString ( Stream RequestMetod ) : string
GetResponseToXDocument ( Stream RequestMetod ) : System.Xml.Linq.XDocument
POST ( string Url, string Command ) : Stream
POST ( string Url, string Command, WebProxy Proxy ) : Stream

Private Methods

Méthode Description
ResponseStreamGET ( string Url ) : Stream
ResponseStreamGET ( string Url, WebProxy Proxy ) : Stream
ResponseStreamPOST ( string Url, string Command ) : Stream
ResponseStreamPOST ( string Url, string Command, WebProxy Proxy ) : Stream

Method Details

GET() public méthode

public GET ( string Url ) : Stream
Url string
Résultat Stream

GET() public méthode

public GET ( string Url, WebProxy Proxy ) : Stream
Url string
Proxy System.Net.WebProxy
Résultat Stream

GetResponseToString() public méthode

public GetResponseToString ( Stream RequestMetod ) : string
RequestMetod Stream
Résultat string

GetResponseToXDocument() public méthode

public GetResponseToXDocument ( Stream RequestMetod ) : System.Xml.Linq.XDocument
RequestMetod Stream
Résultat System.Xml.Linq.XDocument

POST() public méthode

public POST ( string Url, string Command ) : Stream
Url string
Command string
Résultat Stream

POST() public méthode

public POST ( string Url, string Command, WebProxy Proxy ) : Stream
Url string
Command string
Proxy System.Net.WebProxy
Résultat Stream