Home RequestSnapshot Class
Post
Cancel

RequestSnapshot Class

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

Properties

MethodThe request method (e.g., GET, POST, etc.)
SchemeThe request scheme (e.g., HTTP, HTTPS)
HostThe request server host (e.g., entitydb.io)
PathThe request server path (e.g., /)
ProtocolThe request protocol (e.g., HTTP/1.1, HTTP/2)
HeadersThe request headers
QueryStringParamsThe request query string parameters.
This post is licensed under CC BY 4.0 by the author.