Show / Hide Table of Contents

    Class HttpMessageWrapper

    Inheritance
    Object
    HttpMessageWrapper
    HttpRequestMessageWrapper
    HttpResponseMessageWrapper
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public abstract class HttpMessageWrapper

    Constructors

    HttpMessageWrapper()

    Declaration
    protected HttpMessageWrapper ();

    Properties

    Content

    Declaration
    public string Content { get; set; }
    Property Value
    String

    Headers

    Declaration
    public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<string>> Headers { get; }
    Property Value
    IDictionary<String,IEnumerable<String>>

    Methods

    CopyHeaders(HttpHeaders)

    Declaration
    protected void CopyHeaders (System.Net.Http.Headers.HttpHeaders headers);
    Parameters
    HttpHeaders headers

    Back to top Azure SDK for Net