Share via


RealProxy.GetUnwrappedServer Método

Definición

Devuelve el objeto de servidor representado por la instancia actual del proxy.

protected:
 MarshalByRefObject ^ GetUnwrappedServer();
protected MarshalByRefObject GetUnwrappedServer ();
[System.Security.SecurityCritical]
protected MarshalByRefObject GetUnwrappedServer ();
member this.GetUnwrappedServer : unit -> MarshalByRefObject
[<System.Security.SecurityCritical>]
member this.GetUnwrappedServer : unit -> MarshalByRefObject
Protected Function GetUnwrappedServer () As MarshalByRefObject

Devoluciones

Objeto de servidor representado por la instancia actual del proxy.

Atributos

Excepciones

El autor de la llamada inmediato no tiene permiso UnmanagedCode.

Comentarios

El GetUnwrappedServer método se usa en escenarios que implican un externo Context en el mismo AppDomain.

Se aplica a