다음을 통해 공유


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 대한 instance 가져옵니다.

(다음에서 상속됨 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)

적용 대상