RedirectToIdentityProviderNotification<TMessage, TOptions>.HandleResponse Method
Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response.
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Sub HandleResponse
'Usage
Dim instance As RedirectToIdentityProviderNotification
instance.HandleResponse()
public void HandleResponse()
public:
void HandleResponse()
member HandleResponse : unit -> unit
public function HandleResponse()
See Also
Reference
RedirectToIdentityProviderNotification<TMessage, TOptions> Class