Class EndpointRequestEventArgs
Provides data about endpoint request related events
public class EndpointRequestEventArgs : EventArgs
- Inheritance
-
objectEndpointRequestEventArgs
- Inherited Members
Properties
Request
Gets the HTTP context of the request
public IRequest Request { get; }
Property Value
- IRequest