API version:
Show / Hide Table of Contents

Class HttpResponse

Represents an HTTP response with no payload.

Inheritance
System.Object
HttpResponse
HttpResponse<T>
Inherited Members
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

Properties

Headers

Gets or sets the set of headers in the response.

Declaration
public IEnumerable<KeyValuePair<string, IEnumerable<string>>> Headers { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Collections.Generic.IEnumerable<System.String>>>

The set of headers in the response.

StatusCode

Gets or sets the status code of the response.

Declaration
public int StatusCode { get; set; }
Property Value
Type Description
System.Int32

The status code of the response.

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