C# (CSharp) Rsdn.Janus.Framework.Ipc Пространство имен

Классы

Имя Описание
APipeConnection An abstract class, which defines the methods for creating named pipes connections, reading and writing data.
ClientPipeConnection Used by client applications to communicate with server ones by using named pipes.
InterProcessIOException
NamedPipeIOException This exception is thrown by named pipes communication methods.
NamedPipeNative
NamedPipeWrapper A utility class that exposes named pipes operations.
PipeHandle Holds the operating system native handle and the current state of the pipe connection.
ServerPipeConnection Used by server applications to communicate with client ones by using named pipes.