C# Class Couchbase.DefaultHttpClient.HttpWebRequestWrapper

WebClientWithTimeout and its base WebClient do not alow for params to be set after instantiation. This wrapper will allow for that scenario.
Show file Open project: FOXITES/couchbase-net-client

Public Methods

Method Description
GetWebRequest ( ) : HttpWebRequest

Private Methods

Method Description
Create ( Couchbase.WebClientWithTimeout client, string path ) : HttpWebRequestWrapper
HttpWebRequestWrapper ( ) : System

Method Details

GetWebRequest() public method

public GetWebRequest ( ) : HttpWebRequest
return System.Net.HttpWebRequest