RealProxy.GetUnwrappedServer Metodo

Definizione

Restituisce l'oggetto server rappresentato dall'istanza del proxy corrente.

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

Restituisce

Oggetto server rappresentato dall'istanza del proxy corrente.

Attributi

Eccezioni

Il chiamante immediato non dispone dell'autorizzazione UnmanagedCode.

Commenti

Il GetUnwrappedServer metodo viene usato negli scenari che coinvolgono un esterno Context nello stesso AppDomainoggetto .

Si applica a