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

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
		public UnixAnonymousPipeServer (AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize)
		{
			// this.owner = owner;

			throw new NotImplementedException ();
		}

Same methods

UnixAnonymousPipeServer::UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System