Class EndpointRequestEventArgs
Provides data about endpoint request related events
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class EndpointRequestEventArgs : EventArgs
Properties
Context
Gets the HTTP context of the request
Declaration
public IHttpContext Context { get; }
Property Value
Type | Description |
---|---|
IHttpContext |