ConfigurationBotFrameworkAuthentication.AuthenticateStreamingRequestAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Valider les demandes du protocole 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)
Paramètres
- authHeader
- String
En-tête d’authentification http.
- channelIdHeader
- String
En-tête HTTP ID de canal.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche asynchrone avec AuthenticateRequestResult.