- Namespace
- OpenAI.ObjectModels.ResponseModels
- Assembly
- AntRunnerLib.dll
public class ResponseHeaderValues : IEquatable<ResponseHeaderValues>
- Inheritance
-
System.Object
ResponseHeaderValues
- Implements
-
- 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
public string AccessControlAllowOrigin { get; set; }
Property Value
- System.String
public Dictionary<string, IEnumerable<string>>? All { get; set; }
Property Value
- System.Nullable<Dictionary<System.String, System.Collections.IEnumerable<System.String>>>
public string AltSvc { get; set; }
Property Value
- System.String
public string CacheControl { get; set; }
Property Value
- System.String
public string CF_RAY { get; set; }
Property Value
- System.String
public string CFCacheStatus { get; set; }
Property Value
- System.String
public string Connection { get; set; }
Property Value
- System.String
public DateTimeOffset? Date { get; set; }
Property Value
- System.Nullable<DateTimeOffset>
public OpenAIInfo OpenAI { get; set; }
Property Value
- OpenAIInfo
public RateLimitInfo RateLimits { get; set; }
Property Value
- RateLimitInfo
public string Server { get; set; }
Property Value
- System.String
public List<string>? SetCookie { get; set; }
Property Value
- System.Nullable<List<System.String>>
public string StrictTransportSecurity { get; set; }
Property Value
- System.String
public string Vary { get; set; }
Property Value
- System.String
public string XRequestId { get; set; }
Property Value
- System.String