C# Class System.IO.Pipes.Win32AnonymousPipeServer

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

Méthodes publiques

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

public DisposeLocalCopyOfClientHandle ( ) : void
Résultat void

Win32AnonymousPipeServer() public méthode

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

Win32AnonymousPipeServer() public méthode

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