Chill.RestResponse.RestResponse C# (CSharp) Method

RestResponse() public method

public RestResponse ( HttpWebResponse response ) : System.Net
response System.Net.HttpWebResponse
return System.Net
        public RestResponse(HttpWebResponse response)
        {
            _response = response;
        }
RestResponse