C# Class Couchbase.HttpClients.RestSharpHttpClient.RestSharpRequestWrapper

Inheritance: IHttpRequest
Show file Open project: FOXITES/couchbase-net-client

Private Properties

Property Type Description
IHttpRequest IHttpResponse
IHttpRequest void

Public Methods

Method Description
RestSharpRequestWrapper ( RestSharp.RestClient client, string path ) : System

Private Methods

Method Description
IHttpRequest ( ) : IHttpResponse
IHttpRequest ( string name, string value ) : void

Method Details

RestSharpRequestWrapper() public method

public RestSharpRequestWrapper ( RestSharp.RestClient client, string path ) : System
client RestSharp.RestClient
path string
return System