Show / Hide Table of Contents

Namespace k8s.Autorest

Classes

HttpMessageWrapper

Base class used to wrap HTTP requests and responses to preserve data after disposal of HttpClient.

HttpOperationException

Exception thrown for an invalid response with custom error information.

HttpOperationResponse

Represents the base return type of all ServiceClient REST operations without response body.

HttpOperationResponse<T>

Represents the base return type of all ServiceClient REST operations.

HttpRequestMessageWrapper

Wrapper around HttpRequestMessage type that copies properties of HttpRequestMessage so that they are available after the HttpClient gets disposed.

HttpResponseMessageWrapper

Wrapper around HttpResponseMessage type that copies properties of HttpResponseMessage so that they are available after the HttpClient gets disposed.

Interfaces

IHttpOperationHeaderResponse<T>

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

IHttpOperationResponse

Represents the base return type of all ServiceClient REST operations without response body.

IHttpOperationResponse<T>

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

IHttpOperationResponse<TBody, THeader>

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

In this article
Back to top Generated by DocFX