다음을 통해 공유


StreamingTransportClient 생성자

정의

StreamingTransportClient 클래스의 새 인스턴스를 초기화합니다.

protected StreamingTransportClient (string url, Microsoft.Bot.Streaming.RequestHandler requestHandler, TimeSpan? closeTimeOut = default, TimeSpan? keepAlive = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Connector.Streaming.Application.StreamingTransportClient : string * Microsoft.Bot.Streaming.RequestHandler * Nullable<TimeSpan> * Nullable<TimeSpan> * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Streaming.Application.StreamingTransportClient
Protected Sub New (url As String, requestHandler As RequestHandler, Optional closeTimeOut As Nullable(Of TimeSpan) = Nothing, Optional keepAlive As Nullable(Of TimeSpan) = Nothing, Optional logger As ILogger = Nothing)

매개 변수

url
String

연결할 서버 URL입니다.

requestHandler
RequestHandler

이 클라이언트 인스턴스에 들어오는 요청을 수신하는 처리기입니다.

closeTimeOut
Nullable<TimeSpan>

클라이언트 연결을 닫기 위한 선택적 시간 제한입니다.

keepAlive
Nullable<TimeSpan>

사전 연결 끊김 검색을 위해 활성 상태로 유지 사이의 선택적 간격입니다. null이 제공되면 연결 유지가 전송되지 않습니다.

logger
ILogger

ILogger 클라이언트에 대한 입니다.

적용 대상