Share via


RemoteSessionNamedPipeServer Class

Definition

Light wrapper class for BCL NamedPipeServerStream class, that creates the named pipe server with process named pipe name, having correct access restrictions, and provides a listener thread loop.

public sealed class RemoteSessionNamedPipeServer : IDisposable
type RemoteSessionNamedPipeServer = class
    interface IDisposable
Public NotInheritable Class RemoteSessionNamedPipeServer
Implements IDisposable
Inheritance
RemoteSessionNamedPipeServer
Implements

Methods

CreateCustomNamedPipeServer(String)

Creates the custom named pipe server with the given pipename.

Dispose()

Dispose.

Applies to