Show / Hide Table of Contents

Interface IHttpOperationResponse

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

Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public interface IHttpOperationResponse

Properties

View Source

Request

Gets information about the associated HTTP request.

Declaration
HttpRequestMessage Request { get; set; }
Property Value
Type Description
HttpRequestMessage
View Source

Response

Gets information about the associated HTTP response.

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