Class HttpOperationResponse
Inheritance
HttpOperationResponse
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.dll
Syntax
public class HttpOperationResponse : IDisposable, Microsoft.Rest.IHttpOperationResponse
Constructors
Declaration
public HttpOperationResponse ();
Properties
Declaration
public System.Net.Http.HttpRequestMessage Request { get; set; }
Property Value
Implements
Declaration
public System.Net.Http.HttpResponseMessage Response { get; set; }
Property Value
Implements
Methods
Declaration
protected virtual void Dispose (bool disposing);
Parameters