次の方法で共有


ConfigurationBotFrameworkAuthentication.AuthenticateStreamingRequestAsync メソッド

定義

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)

パラメーター

authHeader
String

http 認証ヘッダー。

channelIdHeader
String

チャネル ID HTTP ヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

を使用した AuthenticateRequestResult非同期タスク。

適用対象