This documentation is archived and is not being maintained.
System.Runtime.Remoting.Channels.Ipc Namespace
Visual Studio 2010
The System.Runtime.Remoting.Channels.Ipc namespace defines a communication channel for remoting that uses the interprocess cmmunication (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.
| Class | Description | |
|---|---|---|
![]() | 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. |
Show:
