You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
5.8 KiB
XML

8 months ago
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Net.NameResolution</name>
</assembly>
<members>
<member name="T:System.Net.Dns">
<summary>Fornisce la funzionalità di risoluzione semplice dei nomi di dominio.</summary>
</member>
<member name="M:System.Net.Dns.GetHostAddressesAsync(System.String)">
<summary>Restituisce gli indirizzi IP (Internet Protocol) per l'host specificato come operazione asincrona.</summary>
<returns>Restituisce <see cref="T:System.Threading.Tasks.Task`1" />.Oggetto dell'attività che rappresenta l'operazione asincrona.La proprietà <see cref="P:System.Threading.Tasks.Task`1.Result" /> nell'oggetto attività restituisce una matrice di tipo <see cref="T:System.Net.IPAddress" /> che contiene gli indirizzi IP per l'host che è specificato dal parametro <paramref name="hostNameOrAddress" />.</returns>
<param name="hostNameOrAddress">Nome dell'host o indirizzo IP da risolvere.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="hostNameOrAddress" /> è null. </exception>
<exception cref="T:System.ArgumentOutOfRangeException">La lunghezza del parametro <paramref name="hostNameOrAddress" /> è maggiore di 255 caratteri. </exception>
<exception cref="T:System.Net.Sockets.SocketException">Si è verificato un errore durante la risoluzione del parametro <paramref name="hostNameOrAddress" />. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="hostNameOrAddress" /> è un indirizzo IP non valido.</exception>
</member>
<member name="M:System.Net.Dns.GetHostEntryAsync(System.Net.IPAddress)">
<summary>Risolve un nome host o un indirizzo IP in un'istanza di <see cref="T:System.Net.IPHostEntry" /> come un'operazione asincrona.</summary>
<returns>Restituisce <see cref="T:System.Threading.Tasks.Task`1" />.Oggetto dell'attività che rappresenta l'operazione asincrona.La proprietà di <see cref="P:System.Threading.Tasks.Task`1.Result" /> nell'oggetto attività restituisce un'istanza di <see cref="T:System.Net.IPHostEntry" /> che contiene informazioni di indirizzo sull'host specificato in <paramref name="address" />.</returns>
<param name="address">Indirizzo IP.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="address" /> è null. </exception>
<exception cref="T:System.Net.Sockets.SocketException">Si è verificato un errore durante la risoluzione del parametro <paramref name="address" />. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="address" /> è un indirizzo IP non valido.</exception>
</member>
<member name="M:System.Net.Dns.GetHostEntryAsync(System.String)">
<summary>Risolve un nome host o un indirizzo IP in un'istanza di <see cref="T:System.Net.IPHostEntry" /> come un'operazione asincrona.</summary>
<returns>Restituisce <see cref="T:System.Threading.Tasks.Task`1" />.Oggetto dell'attività che rappresenta l'operazione asincrona.La proprietà di <see cref="P:System.Threading.Tasks.Task`1.Result" /> nell'oggetto attività restituisce un'istanza di <see cref="T:System.Net.IPHostEntry" /> che contiene informazioni di indirizzo sull'host specificato in <paramref name="hostNameOrAddress" />.</returns>
<param name="hostNameOrAddress">Nome dell'host o indirizzo IP da risolvere.</param>
<exception cref="T:System.ArgumentNullException">Il parametro <paramref name="hostNameOrAddress" /> è null. </exception>
<exception cref="T:System.ArgumentOutOfRangeException">La lunghezza del parametro <paramref name="hostNameOrAddress" /> supera i 255 caratteri. </exception>
<exception cref="T:System.Net.Sockets.SocketException">Si è verificato un errore nella risoluzione del parametro <paramref name="hostNameOrAddress" />. </exception>
<exception cref="T:System.ArgumentException">Il parametro <paramref name="hostNameOrAddress" /> è un indirizzo IP non valido. </exception>
</member>
<member name="M:System.Net.Dns.GetHostName">
<summary>Ottiene il nome host del computer locale.</summary>
<returns>Stringa contenente il nome host DNS del computer locale.</returns>
<exception cref="T:System.Net.Sockets.SocketException">Si è verificato un errore nella risoluzione del nome host locale. </exception>
<PermissionSet>
<IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
</PermissionSet>
</member>
<member name="T:System.Net.IPHostEntry">
<summary>Fornisce una classe contenitore per le informazioni sull'indirizzo dell'host Internet.</summary>
</member>
<member name="M:System.Net.IPHostEntry.#ctor">
<summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.IPHostEntry" />.</summary>
</member>
<member name="P:System.Net.IPHostEntry.AddressList">
<summary>Ottiene o imposta un elenco di indirizzi IP associati a un host.</summary>
<returns>Matrice di tipo <see cref="T:System.Net.IPAddress" /> in cui sono contenuti gli indirizzi IP risolti nei nomi host contenuti nella proprietà <see cref="P:System.Net.IPHostEntry.Aliases" />.</returns>
</member>
<member name="P:System.Net.IPHostEntry.Aliases">
<summary>Ottiene o imposta un elenco di alias associati a un host.</summary>
<returns>Matrice di stringhe in cui sono contenuti nomi DNS che vengono risolti in indirizzi IP nella proprietà <see cref="P:System.Net.IPHostEntry.AddressList" />.</returns>
</member>
<member name="P:System.Net.IPHostEntry.HostName">
<summary>Recupera o imposta il nome DNS dell'host.</summary>
<returns>Stringa in cui è contenuto il nome host primario per il server.</returns>
</member>
</members>
</doc>