NamedPipeStreamingConnection(String, ILogger) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the NamedPipeStreamingConnection class.
public NamedPipeStreamingConnection (string pipeName, Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.Bot.Connector.Streaming.Application.NamedPipeStreamingConnection : string * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Streaming.Application.NamedPipeStreamingConnection
Public Sub New (pipeName As String, logger As ILogger)
Parameters
- pipeName
- String
The name of the named pipe.