System.IO.Pipes.NamedPipeServerStream: Method Members

The methods 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 Methods

BeginWaitForConnection(AsyncCallback, object) : IAsyncResult

Begins an asynchronous operation to wait for a client to connect.

Disconnect()

Disconnects the current connection.

EndWaitForConnection(IAsyncResult)

Ends an asynchronous operation to wait for a client to connect.

GetImpersonationUserName() : string

Gets the user name of the client on the other end of the pipe.

RunAsClient(PipeStreamImpersonationWorker)

Calls a delegate while impersonating the client.

WaitForConnection()

Waits for a client to connect to this System.IO.Pipes.NamedPipeServerStream object.