|
AuthenticationMiddlewareInvoke Method
|
Process an individual request.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic override Task Invoke(
IOwinContext context
)
Public Overrides Function Invoke (
context As IOwinContext
) As Task
public:
virtual Task^ Invoke(
IOwinContext^ context
) override
abstract Invoke :
context : IOwinContext -> Task
override Invoke :
context : IOwinContext -> Task
function Invoke(context);
View SourceParameters
- context IOwinContext
Return Value
Task
See Also