Class Standard.Application.AuthenticateRequestArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Provides information about the application
public class Standard.Application.AuthenticateRequestArgs : NotificationArgs
- Inheritance
-
Standard.Application.AuthenticateRequestArgs
- Inherited Members
Remarks
Arguments passed to Dynamicweb.Notifications.Standard.Application.AuthenticateRequest notification
Constructors
AuthenticateRequestArgs(IApplication)
Initializes a new instance of an object.
public AuthenticateRequestArgs(IApplication application)
Parameters
application
IApplication- An instance of the current HTTP application.
Exceptions
- ArgumentNullException
application
is null.
Properties
Application
public IApplication Application { get; }
Property Value
Handled
Gets or sets value indicating whether this request is handled by third party.
public bool Handled { get; set; }