System.Runtime.Remoting.Channels.Ipc Namespace

Defines a communication channel for remoting that uses the interprocess communication (IPC) system of the Windows operating system. Because it does not use network communication, the IPC channel is much faster than the HTTP and TCP channels, but it can only be used for communication between application domains on the same physical computer.

Classes

IpcChannel

Provides a channel implementation that uses the IPC protocol to transmit messages.

IpcClientChannel

Implements a client channel for remote calls that uses the IPC protocol to transmit messages.

IpcServerChannel

Implements a server channel for remote calls that uses the IPC system to transmit messages.