Class HTTPRequestResponse
Details of the response made by an API to the user.
Inherited Members
Namespace: Quantellia.WMServer.Asset.Model.HTTP.Request
Assembly: WMServer.dll
Syntax
public class HTTPRequestResponse
Properties
Content
Declaration
public object? Content { get; set; }
Property Value
Type | Description |
---|---|
object |
Headers
Declaration
public Dictionary<string, string> Headers { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
StatusCode
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Type | Description |
---|---|
HttpStatusCode |
URL
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
string |