WebSocketStreamingConnection クラス

定義

WebSocket トランスポートの StreamingConnection の既定の実装。

public class WebSocketStreamingConnection : Microsoft.Bot.Connector.Streaming.Application.StreamingConnection
type WebSocketStreamingConnection = class
    inherit StreamingConnection
Public Class WebSocketStreamingConnection
Inherits StreamingConnection
継承
WebSocketStreamingConnection

コンストラクター

WebSocketStreamingConnection(WebSocket, ILogger)

WebSocketStreamingConnection クラスの新しいインスタンスを初期化します。

プロパティ

IsConnected

これが現在接続されているかどうかを示す値を取得します。

(継承元 StreamingConnection)
Logger

ストリーミング接続の ILogger インスタンスを取得します。

(継承元 StreamingConnection)

メソッド

Dispose()

WebSocket トランスポートの StreamingConnection の既定の実装。

(継承元 StreamingConnection)
Dispose(Boolean)

基になる StreamingConnectionのマネージド リソースとアンマネージド リソースを破棄します。

(継承元 StreamingConnection)
ListenAsync(RequestHandler, CancellationToken)

StreamingConnection を開き、受信要求をリッスンします。この要求は、組み立てられ、指定された RequestHandlerに送信されます。

(継承元 StreamingConnection)
SendStreamingRequestAsync(StreamingRequest, CancellationToken)

接続を介してストリーミング要求を送信します。

(継承元 StreamingConnection)

適用対象