API version:
Show / Hide Table of Contents

Class HttpResponse<T>

Represents an HTTP response with a typed payload.

Inheritance
System.Object
HttpResponse
HttpResponse<T>
Inherited Members
HttpResponse.StatusCode
HttpResponse.Headers
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public class HttpResponse<T> : HttpResponse
Type Parameters
Name Description
T

The type of the payload.

Properties

Payload

Gets or sets the payload of the response.

Declaration
public T Payload { get; set; }
Property Value
Type Description
T

The payload of the response.

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.