次の方法で共有


NamedPipeStreamingConnection クラス

定義

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

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

コンストラクター

NamedPipeStreamingConnection(String, ILogger)

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

プロパティ

IsConnected

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

(継承元 StreamingConnection)
Logger

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

(継承元 StreamingConnection)

メソッド

Dispose()

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

(継承元 StreamingConnection)
Dispose(Boolean)

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

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

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

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

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

(継承元 StreamingConnection)

適用対象