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 SourceParsedRequestModel()
Declaration
public ParsedRequestModel()
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 SourceBody
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Endpoint
Declaration
public string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Method
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestIp
Declaration
public string RequestIp { get; set; }
Property Value
Type | Description |
---|---|
System.String |