Class HttpResponseMessageWrapper
Inheritance
HttpResponseMessageWrapper
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.dll
Syntax
public class HttpResponseMessageWrapper : Microsoft.Rest.HttpMessageWrapper
Constructors
Declaration
public HttpResponseMessageWrapper (System.Net.Http.HttpResponseMessage httpResponse, string content);
Parameters
Properties
Declaration
public string ReasonPhrase { get; protected set; }
Property Value
Declaration
public System.Net.HttpStatusCode StatusCode { get; protected set; }
Property Value