Sdílet prostřednictvím


ConfigurationBotFrameworkAuthentication.AuthenticateStreamingRequestAsync Metoda

Definice

Ověřte požadavky protokolu Bot Framework.

public override System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticateRequestResult> AuthenticateStreamingRequestAsync (string authHeader, string channelIdHeader, System.Threading.CancellationToken cancellationToken);
override this.AuthenticateStreamingRequestAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticateRequestResult>
Public Overrides Function AuthenticateStreamingRequestAsync (authHeader As String, channelIdHeader As String, cancellationToken As CancellationToken) As Task(Of AuthenticateRequestResult)

Parametry

authHeader
String

Hlavička ověřování HTTP.

channelIdHeader
String

Hlavička HTTP s ID kanálu.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Asynchronní úloha s AuthenticateRequestResult.

Platí pro