Share via


StreamingConnection(ILogger) Constructor

Definition

Initializes a new instance of the StreamingConnection class.

protected StreamingConnection (Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.Bot.Connector.Streaming.Application.StreamingConnection : Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Streaming.Application.StreamingConnection
Protected Sub New (logger As ILogger)

Parameters

logger
ILogger

ILogger for the connection.

Applies to