IAuthenticationRequestHandler.HandleRequestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that determines if the request should stop being processed.
This feature is supported by the Authentication middleware
which does not invoke any subsequent IAuthenticationHandler or middleware configured in the request pipeline
if the handler returns true
.
public:
System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public System.Threading.Tasks.Task<bool> HandleRequestAsync ();
abstract member HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function HandleRequestAsync () As Task(Of Boolean)
Returns
true
if request processing should stop.