EndpointContext<TOptions> Class
Base class used for certain event contexts
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
System::Object
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.Provider::EndpointContext<TOptions>
Microsoft.Owin.Security.OAuth::OAuthAuthorizationEndpointResponseContext
Microsoft.Owin.Security.OAuth::OAuthAuthorizeEndpointContext
Microsoft.Owin.Security.OAuth::OAuthMatchEndpointContext
Microsoft.Owin.Security.OAuth::OAuthTokenEndpointContext
Microsoft.Owin.Security.OAuth::OAuthTokenEndpointResponseContext
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.Provider::EndpointContext<TOptions>
Microsoft.Owin.Security.OAuth::OAuthAuthorizationEndpointResponseContext
Microsoft.Owin.Security.OAuth::OAuthAuthorizeEndpointContext
Microsoft.Owin.Security.OAuth::OAuthMatchEndpointContext
Microsoft.Owin.Security.OAuth::OAuthTokenEndpointContext
Microsoft.Owin.Security.OAuth::OAuthTokenEndpointResponseContext
| Name | Description | |
|---|---|---|
![]() | EndpointContext<TOptions>(IOwinContext^, TOptions) | Creates an instance of this context |
| Name | Description | |
|---|---|---|
![]() | IsRequestCompleted | True if the request should not be processed further by other components. |
![]() | Options | (Inherited from BaseContext<TOptions>.) |
![]() | OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() | Request | (Inherited from BaseContext<TOptions>.) |
![]() | Response | (Inherited from BaseContext<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RequestCompleted() | Prevents the request from being processed further by other components. IsRequestCompleted becomes true after calling. |
![]() | 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:


