OAuthDefaultHandler<TOptions>.ShouldHandleRequestAsync - метод
Gets a value that determines if the current authentication request should be handled by HandleRequestAsync().
Пространство имён: Tessa.Web.Client.OAuthСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.5
public override Task<bool> ShouldHandleRequestAsync()
Public Overrides Function ShouldHandleRequestAsync As Task(Of Boolean)
public:
virtual Task<bool>^ ShouldHandleRequestAsync() override
abstract ShouldHandleRequestAsync : unit -> Task<bool>
override ShouldHandleRequestAsync : unit -> Task<bool>
Возвращаемое значение
Task<Boolean>true to handle the operation, otherwise
false.