System.IO.Pipes.UnixAnonymousPipeClient.UnixAnonymousPipeClient C# (CSharp) Method

UnixAnonymousPipeClient() public method

public UnixAnonymousPipeClient ( AnonymousPipeClientStream owner, SafePipeHandle handle ) : System
owner AnonymousPipeClientStream
handle Microsoft.Win32.SafeHandles.SafePipeHandle
return System
		public UnixAnonymousPipeClient (AnonymousPipeClientStream owner, SafePipeHandle handle)
		{
			// this.owner = owner;

			this.handle = handle;
		}
UnixAnonymousPipeClient