Show / Hide Table of Contents

Interface IHttpOperationHeaderResponse<T>

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

Inherited Members
IHttpOperationResponse.Request
IHttpOperationResponse.Response
Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public interface IHttpOperationHeaderResponse<T> : IHttpOperationResponse
Type Parameters
Name Description
T

Properties

View Source

Headers

Gets or sets the response header object.

Declaration
T Headers { get; set; }
Property Value
Type Description
T
  • View Source
In this article
Back to top Generated by DocFX