NamedPipeTransportOptions.CreateDefaultNamedPipeServerStream Method
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.
Creates a default instance of NamedPipeServerStream for the given CreateNamedPipeServerStreamContext that can be used by a connection listener to listen for inbound requests.
public static System.IO.Pipes.NamedPipeServerStream CreateDefaultNamedPipeServerStream (Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.CreateNamedPipeServerStreamContext context);
static member CreateDefaultNamedPipeServerStream : Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.CreateNamedPipeServerStreamContext -> System.IO.Pipes.NamedPipeServerStream
Public Shared Function CreateDefaultNamedPipeServerStream (context As CreateNamedPipeServerStreamContext) As NamedPipeServerStream
Parameters
Returns
A NamedPipeServerStream instance.