Table of Contents

Class ResponseHeaderValues

Namespace
OpenAI.ObjectModels.ResponseModels
Assembly
AntRunnerLib.dll
public class ResponseHeaderValues : IEquatable<ResponseHeaderValues>
Inheritance
System.Object
ResponseHeaderValues
Implements
System.IEquatable<ResponseHeaderValues>
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()

Properties

AccessControlAllowOrigin

public string AccessControlAllowOrigin { get; set; }

Property Value

System.String

All

public Dictionary<string, IEnumerable<string>>? All { get; set; }

Property Value

System.Nullable<Dictionary<System.String, System.Collections.IEnumerable<System.String>>>

AltSvc

public string AltSvc { get; set; }

Property Value

System.String

CacheControl

public string CacheControl { get; set; }

Property Value

System.String

CF_RAY

public string CF_RAY { get; set; }

Property Value

System.String

CFCacheStatus

public string CFCacheStatus { get; set; }

Property Value

System.String

Connection

public string Connection { get; set; }

Property Value

System.String

Date

public DateTimeOffset? Date { get; set; }

Property Value

System.Nullable<DateTimeOffset>

OpenAI

public OpenAIInfo OpenAI { get; set; }

Property Value

OpenAIInfo

RateLimits

public RateLimitInfo RateLimits { get; set; }

Property Value

RateLimitInfo

Server

public string Server { get; set; }

Property Value

System.String

SetCookie

public List<string>? SetCookie { get; set; }

Property Value

System.Nullable<List<System.String>>

StrictTransportSecurity

public string StrictTransportSecurity { get; set; }

Property Value

System.String

Vary

public string Vary { get; set; }

Property Value

System.String

XRequestId

public string XRequestId { get; set; }

Property Value

System.String