System.IO.Pipes.Win32AnonymousPipeClient.Win32AnonymousPipeClient C# (CSharp) Méthode

Win32AnonymousPipeClient() public méthode

public Win32AnonymousPipeClient ( AnonymousPipeClientStream owner, SafePipeHandle handle ) : System
owner AnonymousPipeClientStream
handle Microsoft.Win32.SafeHandles.SafePipeHandle
Résultat System
		public Win32AnonymousPipeClient (AnonymousPipeClientStream owner, SafePipeHandle handle)
		{
			// this.owner = owner;

			this.handle = handle;
		}
Win32AnonymousPipeClient