ServerFactory Class

Definition

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.

Applies to