C# Class Lastfm.LastfmRequest

Afficher le fichier Open project: mono-soc-2011/banshee Class Usage Examples

Méthodes publiques

Méthode Description
AddParameter ( string param_name, string param_value ) : void
GetError ( ) : StationError
GetResponseObject ( ) : JsonObject
GetResponseStream ( ) : Stream
LastfmRequest ( ) : System
LastfmRequest ( string method ) : System
LastfmRequest ( string method, RequestType request_type, ResponseFormat response_format ) : System
Send ( ) : void

Private Methods

Méthode Description
BuildGetUrl ( ) : string
BuildPostData ( ) : string
Get ( string uri ) : Stream
Get ( string uri, string accept ) : Stream
GetSignature ( ) : string
Post ( string uri, string data ) : Stream

Method Details

AddParameter() public méthode

public AddParameter ( string param_name, string param_value ) : void
param_name string
param_value string
Résultat void

GetError() public méthode

public GetError ( ) : StationError
Résultat StationError

GetResponseObject() public méthode

public GetResponseObject ( ) : JsonObject
Résultat JsonObject

GetResponseStream() public méthode

public GetResponseStream ( ) : Stream
Résultat Stream

LastfmRequest() public méthode

public LastfmRequest ( ) : System
Résultat System

LastfmRequest() public méthode

public LastfmRequest ( string method ) : System
method string
Résultat System

LastfmRequest() public méthode

public LastfmRequest ( string method, RequestType request_type, ResponseFormat response_format ) : System
method string
request_type RequestType
response_format ResponseFormat
Résultat System

Send() public méthode

public Send ( ) : void
Résultat void