Chill.RestResponse.RestResponse C# (CSharp) Méthode

RestResponse() public méthode

public RestResponse ( HttpWebResponse response ) : System.Net
response System.Net.HttpWebResponse
Résultat System.Net
        public RestResponse(HttpWebResponse response)
        {
            _response = response;
        }
RestResponse