Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

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

Note: This namespace is new in the .NET Framework version 2.0.

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
Public classIpcChannelProvides a channel implementation that uses the IPC protocol to transmit messages.
Public classIpcClientChannelImplements a client channel for remote calls that uses the IPC protocol to transmit messages.
Public classIpcServerChannelImplements 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
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker