Couchbase.HammockHttpClient.HammockResponseWrapper.HammockResponseWrapper C# (CSharp) Method

HammockResponseWrapper() public method

public HammockResponseWrapper ( Hammock.RestRequest request ) : System
request Hammock.RestRequest
return System
            public HammockResponseWrapper(RestRequest request)
            {
                this.request = request;
            }
HammockHttpClient.HammockResponseWrapper