SharpSchedule

Global.Application_AuthenticateRequest Method 

Called at the beginning of an authentication request.

[Visual Basic]
Protected Sub Application_AuthenticateRequest( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
protected void Application_AuthenticateRequest(
   object sender,
   EventArgs e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

See Also

Global Class | Ozanam.Schedule.Web Namespace