RealProxy::GetUnwrappedServer Method ()
.NET Framework (current version)
Returns the server object that is represented by the current proxy instance.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System::MarshalByRefObject^The server object that is represented by the current proxy instance.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller does not have UnmanagedCode permission. |
SecurityPermission
For the ability to call unmanaged code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: