EndpointContext.IsRequestCompleted Property
Gets or sets a value that indicates whether the request for this context is completed.
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
true if the request for this context is completed; otherwise, false.
See Also
EndpointContext Class
Microsoft.Owin.Security.Provider Namespace
Return to top