HttpOperationResponse<TBody,THeader> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class HttpOperationResponse<TBody,THeader> : Microsoft.Rest.HttpOperationResponse<TBody>, Microsoft.Rest.IHttpOperationHeaderResponse<THeader>, Microsoft.Rest.IHttpOperationResponse<TBody,THeader>, Microsoft.Rest.IHttpOperationResponse<TBody>
type HttpOperationResponse<'Body, 'Header> = class
inherit HttpOperationResponse<'Body>
interface IHttpOperationResponse<'Body, 'Header>
interface IHttpOperationResponse<'Body>
interface IHttpOperationResponse
interface IHttpOperationHeaderResponse<'Header>
Public Class HttpOperationResponse(Of TBody, THeader)
Inherits HttpOperationResponse(Of TBody)
Implements IHttpOperationHeaderResponse(Of THeader), IHttpOperationResponse(Of TBody), IHttpOperationResponse(Of TBody, THeader)
Type Parameters
- TBody
- THeader
- Inheritance
- Derived
- Implements
Constructors
HttpOperationResponse<TBody,THeader>() |
Properties
Body | (Inherited from HttpOperationResponse<T>) |
Headers | |
Request | (Inherited from HttpOperationResponse) |
Response | (Inherited from HttpOperationResponse) |
Methods
Dispose() | (Inherited from HttpOperationResponse) |
Dispose(Boolean) | (Inherited from HttpOperationResponse) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET