System.IO.Pipes.NamedPipeServerStream: Constructor Members

The constructors of System.IO.Pipes.NamedPipeServerStream are listed below. For a list of all members, see the NamedPipeServerStream Members list.

See Also: Inherited members from System.IO.Pipes.PipeStream

Public Constructors

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, recommended in and out buffer sizes, pipe security, inheritability mode, and pipe access rights.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name and pipe direction.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, and maximum number of server instances.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class from the specified pipe handle.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, maximum number of server instances, and transmission mode.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, and pipe options.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, and recommended in and out buffer sizes.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, recommended in and out buffer sizes, and pipe security.

Initializes a new instance of the System.IO.Pipes.NamedPipeServerStream class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, recommended in and out buffer sizes, pipe security, and inheritability mode.