Show / Hide Table of Contents

    Class HttpResponseMessageWrapper

    Inheritance
    Object
    HttpMessageWrapper
    HttpResponseMessageWrapper
    Inherited Members
    HttpMessageWrapper.Content
    HttpMessageWrapper.CopyHeaders(HttpHeaders)
    HttpMessageWrapper.Headers
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public class HttpResponseMessageWrapper : Microsoft.Rest.HttpMessageWrapper

    Constructors

    HttpResponseMessageWrapper(HttpResponseMessage, String)

    Declaration
    public HttpResponseMessageWrapper (System.Net.Http.HttpResponseMessage httpResponse, string content);
    Parameters
    HttpResponseMessage httpResponse

    String content

    Properties

    ReasonPhrase

    Declaration
    public string ReasonPhrase { get; protected set; }
    Property Value
    String

    StatusCode

    Declaration
    public System.Net.HttpStatusCode StatusCode { get; protected set; }
    Property Value
    HttpStatusCode

    Back to top Azure SDK for Net