Definition
Namespace: EntityDb.Mvc.Agents
Assembly: EntityDb.Mvc
Represents the signature of the agent.
1
public sealed class Snapshot : System.IEquatable<Snapshot>
Inheritance: Object
Constructors
| Snapshot(RequestSnapshot, ConnectionSnapshot, Dictionary<String,String>) | Represents the signature of the agent. |
Properties
| Request | A snapshot of the request |
| Connection | A snapshot of the connection |
| ApplicationInfo | A snapshot of the application information |