Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Runtime.Remoting.Channels.Ipc Namespace

Updated: November 2007

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.

  ClassDescription
h9ew6576.pubclass(en-us,VS.90).gifIpcChannel Provides a channel implementation that uses the IPC protocol to transmit messages.
h9ew6576.pubclass(en-us,VS.90).gifIpcClientChannel Implements a client channel for remote calls that uses the IPC protocol to transmit messages.
h9ew6576.pubclass(en-us,VS.90).gifIpcServerChannel Implements a server channel for remote calls that uses the IPC system to transmit messages.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker