Dela via


ConfigurationBotFrameworkAuthentication.AuthenticateStreamingRequestAsync Metod

Definition

Verifiera Begäranden om Bot Framework Protocol.

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)

Parametrar

authHeader
String

Http-autentiseringshuvudet.

channelIdHeader
String

Kanal-ID:ts HTTP-huvud.

cancellationToken
CancellationToken

En annulleringstoken.

Returer

Asynkron aktivitet med AuthenticateRequestResult.

Gäller för