mscorlib(4.0.0.0) API with additions
|
Classes | |
class | AnonymousPipeClientStream |
Exposes the client side of an anonymous pipe stream, which supports both synchronous and asynchronous read and write operations. More... | |
class | AnonymousPipeServerStream |
Exposes a stream around an anonymous pipe, which supports both synchronous and asynchronous read and write operations. More... | |
class | NamedPipeClientStream |
Exposes a T:System.IO.Stream around a named pipe, which supports both synchronous and asynchronous read and write operations. More... | |
class | NamedPipeServerStream |
Exposes a T:System.IO.Stream around a named pipe, supporting both synchronous and asynchronous read and write operations. More... | |
class | PipeAccessRule |
Represents an abstraction of an access control entry (ACE) that defines an access rule for a pipe. More... | |
class | PipeAuditRule |
Represents an abstraction of an access control entry (ACE) that defines an audit rule for a pipe. More... | |
class | PipeSecurity |
Represents the access control and audit security for a pipe. More... | |
class | PipeStream |
Exposes a T:System.IO.Stream object around a pipe, which supports both anonymous and named pipes. More... | |
Functions | |
delegate void | PipeStreamImpersonationWorker () |
Represents the method to call as the client. More... | |
|
strong |
Defines the access rights to use when you create access and audit rules.
Definition at line 5 of file PipeAccessRights.cs.
|
strong |
Specifies the direction of the pipe.
Enumerator | |
---|---|
In | Specifies that the pipe direction is in. |
Out | Specifies that the pipe direction is out. |
InOut | Specifies that the pipe direction is two-way. |
Definition at line 5 of file PipeDirection.cs.
|
strong |
Provides options for creating a T:System.IO.Pipes.PipeStream object. This enumeration has a T:System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Definition at line 6 of file PipeOptions.cs.
|
strong |
Specifies the transmission mode of the pipe.
Enumerator | |
---|---|
Byte | Indicates that data in the pipe is transmitted and read as a stream of bytes. |
Message | Indicates that data in the pipe is transmitted and read as a stream of messages. |
Definition at line 5 of file PipeTransmissionMode.cs.
delegate void System.IO.Pipes.PipeStreamImpersonationWorker | ( | ) |
Represents the method to call as the client.