RemoteSessionNamedPipeServer 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.
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. |