C# Class Rest4Net.RestApiProvider

Inheritance: IDisposable
Afficher le fichier Open project: acropolium/Rest4Net Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Cmd ( string path, RequestType requestType = RequestType.Get ) : Command
RestApiProvider ( BaseProtocol protocol ) : System

Private Methods

Méthode Description
Execute ( Command cmd ) : CommandResult

Method Details

Cmd() protected méthode

protected Cmd ( string path, RequestType requestType = RequestType.Get ) : Command
path string
requestType RequestType
Résultat Command

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RestApiProvider() protected méthode

protected RestApiProvider ( BaseProtocol protocol ) : System
protocol Rest4Net.Protocols.BaseProtocol
Résultat System