Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the request should not be processed further by other components.
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public bool IsRequestCompleted { get; private set; }
public:
property bool IsRequestCompleted {
bool get();
private: void set(bool value);
}
member IsRequestCompleted : bool with get, private set
Public Property IsRequestCompleted As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
EndpointContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace
Return to top