Class HttpRequestMessageWrapper
Inheritance
HttpRequestMessageWrapper
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.dll
Syntax
public class HttpRequestMessageWrapper : Microsoft.Rest.HttpMessageWrapper
Constructors
Declaration
public HttpRequestMessageWrapper (System.Net.Http.HttpRequestMessage httpRequest, string content);
Parameters
Properties
Declaration
public System.Net.Http.HttpMethod Method { get; protected set; }
Property Value
Declaration
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
Property Value
Declaration
public Uri RequestUri { get; protected set; }
Property Value