Table of Contents

Class EndpointRequestEventArgs

Namespace
Artemis.Core.Services
Assembly
Artemis.Core.dll

Provides data about endpoint request related events

public class EndpointRequestEventArgs : EventArgs
Inheritance
object
EndpointRequestEventArgs
Inherited Members

Properties

Request

Gets the HTTP context of the request

public IRequest Request { get; }

Property Value

IRequest