Show / Hide Table of Contents

Class HTTPRequestResponse

Details of the response made by an API to the user.

Inheritance
object
HTTPRequestResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE