Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property bool IsRequestCompleted {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the request for this context is completed; otherwise, false.

Return to top
Show: