RealProxy::AttachServer Method (MarshalByRefObject^)
.NET Framework (current version)
Attaches the current proxy instance to the specified remote MarshalByRefObject.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- s
-
Type:
System::MarshalByRefObject^
The MarshalByRefObject that the current proxy instance represents.
| 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: