Definition
Namespace: EntityDb.Mvc.Agents
Assembly: EntityDb.Mvc
Represents the request sent by the agent.
1
public sealed class RequestSnapshot : System.IEquatable<RequestSnapshot>
Inheritance: Object
Constructors
RequestSnapshot(String, String, String, String, String, NameValuesPairSnapshot[], NameValuesPairSnapshot[]) | Represents the request sent by the agent. |
Properties
Method | The request method (e.g., GET, POST, etc.) |
Scheme | The request scheme (e.g., HTTP, HTTPS) |
Host | The request server host (e.g., entitydb.io) |
Path | The request server path (e.g., /) |
Protocol | The request protocol (e.g., HTTP/1.1, HTTP/2) |
Headers | The request headers |
QueryStringParams | The request query string parameters. |