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)

'Declaration
Public Property IsRequestCompleted As Boolean 
	Get 
	Private Set
'Usage
Dim instance As EndpointContext 
Dim value As Boolean 

value = instance.IsRequestCompleted

Property Value

Type: System.Boolean
true if the request for this context is completed; otherwise, false.
Show: