RealProxy Constructor
.NET Framework 3.0
Initializes a new instance of the RealProxy class.
| Name | Description |
|---|---|
| RealProxy () | Initializes a new instance of the RealProxy class with default values. |
| RealProxy (Type) | Initializes a new instance of the RealProxy class that represents a remote object of the specified Type. |
| RealProxy (Type, IntPtr, Object) | Initializes a new instance of the RealProxy class. |