OAuthDefaultHandlerTOptionsShouldHandleRequestAsync - метод
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.4
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>
Возвращаемое значение
TaskBoolean to handle the operation, otherwise
.