C# Class Presently.Utils.RequestInterface

Description of RequestInterface.
Exibir arquivo Open project: intridea/presently-winmo Class Usage Examples

Public Methods

Method Description
Init ( ) : void
QueueRequest ( string type ) : void
QueueRequest ( string type, string parameters ) : void
QueueRequest ( string type, string parameters, string method ) : void
RequestInterface ( ) : System
SendNextRequest ( ) : void

Protected Methods

Method Description
OnRequestComplete ( RequestCompleteEventArgs rcea ) : void

Private Methods

Method Description
SendActualRequest ( string type, string parameters ) : void
SendRequest ( string type ) : void
SendRequest ( string type, string parameters ) : void
SendRequest ( string type, string parameters, string method ) : void

Method Details

Init() public method

public Init ( ) : void
return void

OnRequestComplete() protected method

protected OnRequestComplete ( RequestCompleteEventArgs rcea ) : void
rcea RequestCompleteEventArgs
return void

QueueRequest() public method

public QueueRequest ( string type ) : void
type string
return void

QueueRequest() public method

public QueueRequest ( string type, string parameters ) : void
type string
parameters string
return void

QueueRequest() public method

public QueueRequest ( string type, string parameters, string method ) : void
type string
parameters string
method string
return void

RequestInterface() public method

public RequestInterface ( ) : System
return System

SendNextRequest() public method

public SendNextRequest ( ) : void
return void