File: ns-System.Runtime.Remoting.Proxies.xml

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (13 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Runtime.Remoting.Proxies" FullName="System.Runtime.Remoting.Proxies" FullNameSP="System.Runtime.Remoting.Proxies" Maintainer="Mono">
  <Docs>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The <see cref="N:System.Runtime.Remoting.Proxies" /> namespace contains classes that control and provide functionality for proxies. A proxy is a local object that is an image of a remote object. Proxies enable clients to access objects across remoting boundaries.</para>
    </summary>
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>One of the most important classes of the <see cref="N:System.Runtime.Remoting.Proxies" /> namespace is the <see cref="T:System.Runtime.Remoting.Proxies.RealProxy" /> class, which provides the base functionality for all remoting proxies, and can be used to create custom proxies.</para>
    </remarks>
  </Docs>
</Namespace>