Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Runtime.Remoting.Proxies Namespace

 

The 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.

ClassDescription
System_CAPS_pubclassProxyAttribute

Indicates that an object type requires a custom proxy.

System_CAPS_pubclassRealProxy

Provides base functionality for proxies.

One of the most important classes of the System.Runtime.Remoting.Proxies namespace is the RealProxy class, which provides the base functionality for all remoting proxies, and can be used to create custom proxies.

Return to top
Show:
© 2017 Microsoft