C# Class System.IO.Pipes.UnixAnonymousPipeServer

Inheritance: UnixAnonymousPipe, IAnonymousPipeServer
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DisposeLocalCopyOfClientHandle ( ) : void
Résultat void

UnixAnonymousPipeServer() public méthode

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
owner AnonymousPipeServerStream
direction PipeDirection
inheritability HandleInheritability
bufferSize int
Résultat System

UnixAnonymousPipeServer() public méthode

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