C# Class System.IO.Pipes.Win32AnonymousPipeServer

Inheritance: Win32AnonymousPipe, IAnonymousPipeServer
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

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

Method Details

DisposeLocalCopyOfClientHandle() public method

public DisposeLocalCopyOfClientHandle ( ) : void
return void

Win32AnonymousPipeServer() public method

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

Win32AnonymousPipeServer() public method

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