NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RealProxy Constructor

[To be supplied.]

Overload List

Initializes a new RealProxy. This constructor takes in a Type and creates a Transparent Proxy, which can be accessed via GetTransparentProxy.

[Visual Basic] Overloads Protected Sub New(Type)
[C#] protected RealProxy(Type);
[C++] protected: RealProxy(Type*);
[JScript] protected function RealProxy(Type);

[To be supplied.]

[Visual Basic] Overloads Protected Sub New()
[C#] protected RealProxy();
[C++] protected: RealProxy();
[JScript] protected function RealProxy();

See Also

RealProxy Class | RealProxy Members | System.Runtime.Remoting Namespace