Class Response
public class Response
- Inheritance
-
Response
- Inherited Members
Properties
Charset
public string? Charset { get; set; }
Property Value
Headers
public Dictionary<string, string?>? Headers { get; set; }
Property Value
MimeType
public string? MimeType { get; set; }
Property Value
StatusCode
public int StatusCode { get; set; }
Property Value
StatusText
public string? StatusText { get; set; }