RealProxy::DetachServer Method ()

 

Detaches the current proxy instance from the remote server object that it represents.

Namespace:   System.Runtime.Remoting.Proxies
Assembly:  mscorlib (in mscorlib.dll)

protected:
[SecurityCriticalAttribute]
MarshalByRefObject^ DetachServer()

Return Value

Type: System::MarshalByRefObject^

The detached server object.

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
Return to top
Show: