linux-packaging-mono/mcs/class/System.Runtime.Remoting/Documentation/en/ns-System.Runtime.Remoting.Channels.Ipc.xml
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

10 lines
690 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Runtime.Remoting.Channels.Ipc">
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N: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.</para>
</summary>
</Docs>
</Namespace>