C# Класс System.IO.Pipes.UnixAnonymousPipeServer

Наследование: UnixAnonymousPipe, IAnonymousPipeServer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DisposeLocalCopyOfClientHandle ( ) : void
UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System

Описание методов

DisposeLocalCopyOfClientHandle() публичный Метод

public DisposeLocalCopyOfClientHandle ( ) : void
Результат void

UnixAnonymousPipeServer() публичный Метод

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
owner AnonymousPipeServerStream
direction PipeDirection
inheritability HandleInheritability
bufferSize int
Результат System

UnixAnonymousPipeServer() публичный Метод

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System
owner AnonymousPipeServerStream
serverHandle Microsoft.Win32.SafeHandles.SafePipeHandle
clientHandle Microsoft.Win32.SafeHandles.SafePipeHandle
Результат System