Skip to content
Auto
Products

API Reference v. 1.2.0

Classes
NamedPipeClientSends requests to a NamedPipeServer on the local machine over a single connection.
NamedPipeClientPoolKeeps a bounded set of reusable connections to a NamedPipeServer and hands them out to callers, so several threads can send requests at once.
NamedPipeClientPoolLinkHolds one connection taken from a NamedPipeClientPool for as long as the link is alive, so several requests run on the same connection.
NamedPipeConnectionBagStores values that live as long as one connection, keyed by name.
NamedPipeConnectionContextRepresents one client connection on the server side, and carries state that lives as long as that connection.
NamedPipeConnectionLostExceptionThe exception that is thrown when the connection to the other side of the pipe is gone.
NamedPipeServerAccepts client connections on a named pipe and raises Request for every request.
NamedPipeServerRemoteExceptionThe exception that is thrown when the request handler on the server side fails.
Delegates and event arguments
NamedPipeRequestEventArgsProvides data for the NamedPipeServer.Request event.