C# 클래스 Lastfm.LastfmRequest

파일 보기 프로젝트 열기: mono-soc-2011/banshee 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BuildGetUrl ( ) : string
BuildPostData ( ) : string
Get ( string uri ) : Stream
Get ( string uri, string accept ) : Stream
GetSignature ( ) : string
Post ( string uri, string data ) : Stream

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( string param_name, string param_value ) : void
param_name string
param_value string
리턴 void

GetError() 공개 메소드

public GetError ( ) : StationError
리턴 StationError

GetResponseObject() 공개 메소드

public GetResponseObject ( ) : JsonObject
리턴 JsonObject

GetResponseStream() 공개 메소드

public GetResponseStream ( ) : Stream
리턴 Stream

LastfmRequest() 공개 메소드

public LastfmRequest ( ) : System
리턴 System

LastfmRequest() 공개 메소드

public LastfmRequest ( string method ) : System
method string
리턴 System

LastfmRequest() 공개 메소드

public LastfmRequest ( string method, RequestType request_type, ResponseFormat response_format ) : System
method string
request_type RequestType
response_format ResponseFormat
리턴 System

Send() 공개 메소드

public Send ( ) : void
리턴 void