nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

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.

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.

Namespace hierarchy

Classes

Class Description
ProxyAttribute Indicates that an object type requires a custom proxy.
RealProxy Provides base functionality for proxies.

See Also

.NET Framework Class Library