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 SourceRequest
Gets information about the associated HTTP request.
Declaration
HttpRequestMessage Request { get; set; }
Property Value
| Type | Description |
|---|---|
| HttpRequestMessage |
Response
Gets information about the associated HTTP response.
Declaration
HttpResponseMessage Response { get; set; }
Property Value
| Type | Description |
|---|---|
| HttpResponseMessage |