The members of System.IO.Pipes.NamedPipeServerStream are listed below.
See Also: Inherited members from System.IO.Pipes.PipeStream
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. |
const | MaxAllowedServerInstances | int (-1).
Represents the maximum number of server instances that the system resources allow. |
BeginWaitForConnection(AsyncCallback, object)
| ||
Disconnect()
| ||
EndWaitForConnection(IAsyncResult)
| ||
GetImpersonationUserName()
| ||
RunAsClient(PipeStreamImpersonationWorker)
| ||
WaitForConnection()
| ||