Show / Hide Table of Contents

Interface IHttpOperationResponse<TBody, THeader>

Represents the base return type of all ServiceClient REST operations with response body and header.

Inherited Members
IHttpOperationResponse<TBody>.Body
IHttpOperationHeaderResponse<THeader>.Headers
IHttpOperationResponse.Request
IHttpOperationResponse.Response
Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public interface IHttpOperationResponse<TBody, THeader> : IHttpOperationResponse<TBody>, IHttpOperationHeaderResponse<THeader>, IHttpOperationResponse
Type Parameters
Name Description
TBody
THeader
  • View Source
In this article
Back to top Generated by DocFX