次の方法で共有


NamedPipeClient クラス

定義

名前付きパイプ クライアント。

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

コンストラクター

NamedPipeClient(String, String, RequestHandler, Nullable<TimeSpan>, Nullable<TimeSpan>, ILogger)

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

プロパティ

IsConnected

このクライアントが現在接続されているかどうかを示す値を取得します。

(継承元 StreamingTransportClient)
Logger

ストリーミング クライアントの ILogger インスタンスを取得します。

(継承元 StreamingTransportClient)

メソッド

ConnectAsync()

このクライアントの接続を確立するために使用されるタスク。

(継承元 StreamingTransportClient)
ConnectAsync(IDictionary<String,String>)

追加のヘッダーを渡して接続を確立します。

(継承元 StreamingTransportClient)
ConnectAsync(IDictionary<String,String>, CancellationToken)

追加のヘッダーとキャンセル トークンを渡すクライアント接続を確立します。

(継承元 StreamingTransportClient)
Disconnect()

このクライアントを切断するために使用されるメソッド。

(継承元 StreamingTransportClient)
DisconnectAsync()

切断。

(継承元 StreamingTransportClient)
Dispose()

名前付きパイプ クライアント。

(継承元 StreamingTransportClient)
Dispose(Boolean)

によって使用されるオブジェクトを破棄します StreamingTransportClient

(継承元 StreamingTransportClient)
SendAsync(StreamingRequest, CancellationToken)

このクライアント接続経由でデータを送信するために使用されるタスク。

(継承元 StreamingTransportClient)

イベント

Disconnected

基になる接続が切断されたときに通知するために使用されるイベント。

(継承元 StreamingTransportClient)

適用対象