BaseNotification<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 BaseNotification

instance.HandleResponse()
public void HandleResponse()
public:
void HandleResponse()
member HandleResponse : unit -> unit
public function HandleResponse()

See Also

Reference

BaseNotification<TOptions> Class

Microsoft.Owin.Security.Notifications Namespace