System.IO.Pipes Ad Alanı

Anonim ve/veya adlandırılmış kanallar aracılığıyla işlemler arası iletişim için bir yol sağlayan türler içerir. Contains types that provide a means for interprocess communication through anonymous and/or named pipes.

Sınıflar

AnonymousPipeClientStream

Hem zaman uyumlu hem de zaman uyumsuz okuma ve yazma işlemlerini destekleyen bir anonim kanal akışının istemci tarafını gösterir.Exposes the client side of an anonymous pipe stream, which supports both synchronous and asynchronous read and write operations.

AnonymousPipeServerStream

Hem zaman uyumlu hem de zaman uyumsuz okuma ve yazma işlemlerini destekleyen, anonim bir kanal çevresinde bir akış sunar.Exposes a stream around an anonymous pipe, which supports both synchronous and asynchronous read and write operations.

AnonymousPipeServerStreamAcl
NamedPipeClientStream

StreamHem zaman uyumlu hem de zaman uyumsuz okuma ve yazma işlemlerini destekleyen bir adlandırılmış kanal etrafında bir sunar.Exposes a Stream around a named pipe, which supports both synchronous and asynchronous read and write operations.

NamedPipeServerStream

StreamHem zaman uyumlu hem de zaman uyumsuz okuma ve yazma işlemlerini destekleyen bir adlandırılmış kanal etrafında bir sunar.Exposes a Stream around a named pipe, supporting both synchronous and asynchronous read and write operations.

NamedPipeServerStreamAcl
PipeAccessRule

Bir kanal için erişim kuralını tanımlayan bir erişim denetimi girişinin (ACE) bir soyutlamasını temsil eder.Represents an abstraction of an access control entry (ACE) that defines an access rule for a pipe.

PipeAuditRule

Bir kanal için denetim kuralını tanımlayan bir erişim denetimi girişinin (ACE) bir soyutlamasını temsil eder.Represents an abstraction of an access control entry (ACE) that defines an audit rule for a pipe.

PipesAclExtensions

Kanal akışlarının Access Control listesi (ACL) güvenlik özniteliklerini yönetmek için Windows 'a özgü statik uzantı yöntemleri sağlar.Provides Windows-specific static extension methods for manipulating Access Control List (ACL) security attributes for pipe streams.

PipeSecurity

Bir kanal için erişim denetimi ve denetim güvenliğini temsil eder.Represents the access control and audit security for a pipe.

PipeStream

StreamHem anonim hem de adlandırılmış kanalları destekleyen bir kanal çevresinde bir nesne gösterir.Exposes a Stream object around a pipe, which supports both anonymous and named pipes.

Numaralandırmalar

PipeAccessRights

Erişim ve denetim kuralları oluştururken kullanılacak erişim haklarını tanımlar.Defines the access rights to use when you create access and audit rules.

PipeDirection

Kanalın yönünü belirtir.Specifies the direction of the pipe.

PipeOptions

Nesne oluşturma seçeneklerini sağlar PipeStream .Provides options for creating a PipeStream object. Bu sabit listesi, üye değerlerinin bitsel birleşimine imkan tanıyan bir FlagsAttribute öznitelik içerir.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

PipeTransmissionMode

Kanalın iletim modunu belirtir.Specifies the transmission mode of the pipe.

Temsilciler

PipeStreamImpersonationWorker

İstemci olarak çağrılacak yöntemi temsil eder.Represents the method to call as the client.