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 (Type)

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( _
   ByVal classToProxy As Type _
)
[C#]
protected RealProxy(
   Type classToProxy
);
[C++]
protected: RealProxy(
   Type* classToProxy
);
[JScript]
protected function RealProxy(
   classToProxy : Type
);

Parameters

classToProxy
Type to create on a proxy from.

See Also

RealProxy Class | RealProxy Members | System.Runtime.Remoting Namespace | RealProxy Constructor Overload List