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 Class
Represents an endpoint context.
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.Provider.EndpointContext
Microsoft.Owin.Security.Provider.ReturnEndpointContext
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.Provider.EndpointContext
Microsoft.Owin.Security.Provider.ReturnEndpointContext
| Name | Description | |
|---|---|---|
![]() | EndpointContext(IOwinContext) |
| Name | Description | |
|---|---|---|
![]() | IsRequestCompleted | Gets or sets a value that indicates whether the request for this context is completed. |
![]() | OwinContext | (Inherited from BaseContext.) |
![]() | Request | (Inherited from BaseContext.) |
![]() | Response | (Inherited from BaseContext.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RequestCompleted() | Indicates the completed request for the context. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


