EndpointContext<TOptions> Constructor (IOwinContext, TOptions)
Creates an instance of this context
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected EndpointContext(
IOwinContext context,
TOptions options
)
protected:
EndpointContext(
IOwinContext^ context,
TOptions options
)
new :
context:IOwinContext *
options:'TOptions -> EndpointContext
Protected Sub New (
context As IOwinContext,
options As TOptions
)
See Also
EndpointContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace
Return to top