Class HttpMessageWrapper
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.dll
Syntax
public abstract class HttpMessageWrapper
Constructors
HttpMessageWrapper()
Declaration
protected HttpMessageWrapper ();
Properties
Content
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
|