ServerFactory Class
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.
A static class for creating named pipe servers.
public static class ServerFactory
type ServerFactory = class
Public Class ServerFactory
- Inheritance
-
ServerFactory
Methods
ConnectAsync(String, CancellationToken) |
Connects to an IPC pipe that was created with Create(Func<Stream,Task>, ServerFactory+ServerOptions). |
ConnectAsync(String, ServerFactory+ClientOptions, CancellationToken) |
Connects to an IPC pipe that was created with Create(Func<Stream,Task>, ServerFactory+ServerOptions). |
Create(Func<Stream,Task>, ServerFactory+ServerOptions) |
Creates an IPC server. |
CreateAsync(String, TraceSource, Func<Stream,Task>) |
Obsolete.
Creates a named pipe server. |
PrependPipePrefix(String) |
Prepends the OS-specific prefix to a simple pipe name. |