Show / Hide Table of Contents

Class ParsedRequestModel

Inheritance
System.Object
ParsedRequestModel
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()
Namespace: Mix.Shared.Models
Assembly: mix.shared.dll
Syntax
public class ParsedRequestModel

Constructors

| Improve this Doc View Source

ParsedRequestModel()

Declaration
public ParsedRequestModel()
| Improve this Doc View Source

ParsedRequestModel(String, String, String, String)

Declaration
public ParsedRequestModel(string ip, string endpoint, string method, string body)
Parameters
Type Name Description
System.String ip
System.String endpoint
System.String method
System.String body

Properties

| Improve this Doc View Source

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Endpoint

Declaration
public string Endpoint { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Method

Declaration
public string Method { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RequestIp

Declaration
public string RequestIp { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾