SPFederationAuthenticationModule.OnEndRequest Method
Handles the EndRequest event.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Sub OnEndRequest ( _
sender As Object, _
args As EventArgs _
)
'Usage
Dim sender As Object
Dim args As EventArgs
Me.OnEndRequest(sender, args)
protected override void OnEndRequest(
Object sender,
EventArgs args
)
Parameters
sender
Type: System.ObjectThe source of the event.
args
Type: System.EventArgsThe data for the event.
Remarks
This method ignores the value of the PassiveRedirectEnabled() property.
See Also
Reference
SPFederationAuthenticationModule Class