Class CustomAuthEventArgs
Event arguments for custom auth.
Inheritance
System.Object
System.EventArgs
CustomAuthEventArgs
Namespace: FastReport.Web
Assembly: FastReport.Web.dll
Syntax
public class CustomAuthEventArgs : EventArgs
Properties
AuthPassed
Gets or sets the auth passed value.
Declaration
public bool AuthPassed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Context
Gets or sets the HttpContext value.
Declaration
public HttpContext Context { get; set; }
Property Value
Type | Description |
---|---|
System.Web.HttpContext |