C# Class System.IO.Pipes.UnixAnonymousPipeServer

Inheritance: UnixAnonymousPipe, IAnonymousPipeServer
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
DisposeLocalCopyOfClientHandle ( ) : void
UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System

Method Details

DisposeLocalCopyOfClientHandle() public method

public DisposeLocalCopyOfClientHandle ( ) : void
return void

UnixAnonymousPipeServer() public method

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
owner AnonymousPipeServerStream
direction PipeDirection
inheritability HandleInheritability
bufferSize int
return System

UnixAnonymousPipeServer() public method

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System
owner AnonymousPipeServerStream
serverHandle Microsoft.Win32.SafeHandles.SafePipeHandle
clientHandle Microsoft.Win32.SafeHandles.SafePipeHandle
return System