Show / Hide Table of Contents

    Interface IHttpOperationResponse<T>

    HttpOperationResponse<T>
    HttpOperationResponse<TBody,THeader>
    IHttpOperationResponse<TBody,THeader>
    Inherited Members
    IHttpOperationResponse.Request
    IHttpOperationResponse.Response
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public interface IHttpOperationResponse<T> : Microsoft.Rest.IHttpOperationResponse
    Type Parameters
    T

    Properties

    Body

    Declaration
    public T Body { get; set; }
    Property Value
    T

    Back to top Azure SDK for Net