C# Class Rest4Net.RestApiProvider

Inheritance: IDisposable
Show file Open project: acropolium/Rest4Net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

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

Private Methods

Method Description
Execute ( Command cmd ) : CommandResult

Method Details

Cmd() protected method

protected Cmd ( string path, RequestType requestType = RequestType.Get ) : Command
path string
requestType RequestType
return Command

Dispose() public method

public Dispose ( ) : void
return void

RestApiProvider() protected method

protected RestApiProvider ( BaseProtocol protocol ) : System
protocol Rest4Net.Protocols.BaseProtocol
return System