EndpointContext<TOptions>.IsRequestCompleted Property
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
'Declaration
Public Property IsRequestCompleted As Boolean
Get
Private Set
'Usage
Dim instance As EndpointContext
Dim value As Boolean
value = instance.IsRequestCompleted
public bool IsRequestCompleted { get; private set; }
public:
property bool IsRequestCompleted {
bool get ();
private: void set (bool value);
}
member IsRequestCompleted : bool with get, private set
function get IsRequestCompleted () : boolean
private function set IsRequestCompleted (value : boolean)
Property Value
Type: System.Boolean