Share via


RealProxy.AttachServer(MarshalByRefObject) Método

Definición

Asocia la instancia actual del proxy al MarshalByRefObject remoto especificado.

protected:
 void AttachServer(MarshalByRefObject ^ s);
protected void AttachServer (MarshalByRefObject s);
[System.Security.SecurityCritical]
protected void AttachServer (MarshalByRefObject s);
member this.AttachServer : MarshalByRefObject -> unit
[<System.Security.SecurityCritical>]
member this.AttachServer : MarshalByRefObject -> unit
Protected Sub AttachServer (s As MarshalByRefObject)

Parámetros

s
MarshalByRefObject

MarshalByRefObject que representa la instancia actual del proxy.

Atributos

Excepciones

El autor de la llamada inmediato no tiene permiso UnmanagedCode.

Se aplica a