BotFrameworkAuthentication.AuthenticateStreamingRequestAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Weryfikowanie żądań protokołu Bot Framework.
public abstract System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticateRequestResult> AuthenticateStreamingRequestAsync (string authHeader, string channelIdHeader, System.Threading.CancellationToken cancellationToken);
abstract member AuthenticateStreamingRequestAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticateRequestResult>
Public MustOverride Function AuthenticateStreamingRequestAsync (authHeader As String, channelIdHeader As String, cancellationToken As CancellationToken) As Task(Of AuthenticateRequestResult)
Parametry
- authHeader
- String
Nagłówek uwierzytelniania http.
- channelIdHeader
- String
Nagłówek HTTP o identyfikatorze kanału.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Zadanie asynchroniczne z .AuthenticateRequestResult
Wyjątki
Jeśli walidacja zwróci wartość false.