RealProxy::DetachServer Method ()
.NET Framework (current version)
Detaches the current proxy instance from the remote server object that it represents.
Assembly: mscorlib (in mscorlib.dll)
| 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: