ChannelServices.GetUrlsForObject(MarshalByRefObject) Metodo

Definizione

Restituisce una matrice di tutti gli URL che possono essere utilizzati per raggiungere l'oggetto specificato.

public static string[] GetUrlsForObject (MarshalByRefObject obj);
[System.Security.SecurityCritical]
public static string[] GetUrlsForObject (MarshalByRefObject obj);

Parametri

obj
MarshalByRefObject

Oggetto per il quale recuperare la matrice di URL.

Restituisce

String[]

Matrice di stringhe contenente gli URL utilizzabili per identificare l'oggetto in modalità remota oppure null se non viene trovato alcun oggetto.

Attributi

Eccezioni

Il chiamante immediato non dispone dell'autorizzazione di infrastruttura.

Esempio

string[] myURLArray = ChannelServices.GetUrlsForObject(myHelloServer);
Console.WriteLine("Number of URLs for the specified Object: "
   +myURLArray.Length);
for (int iIndex=0; iIndex<myURLArray.Length; iIndex++)
   Console.WriteLine("URL: "+myURLArray[iIndex]);

Si applica a

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1