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

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

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

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

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

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

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

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

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

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

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