System.Net.Primitives.xml 117 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Net.Primitives</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Net.AuthenticationSchemes">
  8. <summary>Specifica i protocolli per l'autenticazione.</summary>
  9. </member>
  10. <member name="F:System.Net.AuthenticationSchemes.Anonymous">
  11. <summary>Specifica l'autenticazione anonima.</summary>
  12. </member>
  13. <member name="F:System.Net.AuthenticationSchemes.Basic">
  14. <summary>Specifica l'autenticazione di base. </summary>
  15. </member>
  16. <member name="F:System.Net.AuthenticationSchemes.Digest">
  17. <summary>Specifica l'autenticazione digest.</summary>
  18. </member>
  19. <member name="F:System.Net.AuthenticationSchemes.IntegratedWindowsAuthentication">
  20. <summary>Specifica l'autenticazione Windows.</summary>
  21. </member>
  22. <member name="F:System.Net.AuthenticationSchemes.Negotiate">
  23. <summary>Negozia con il client per determinare lo schema di autenticazione.Viene utilizzata se il client e il server supportano entrambi Kerberos; in caso contrario, viene utilizzato NTLM.</summary>
  24. </member>
  25. <member name="F:System.Net.AuthenticationSchemes.None">
  26. <summary>Non è consentita alcuna autenticazione.Un client che richiede un oggetto <see cref="T:System.Net.HttpListener" /> con questo flag impostato, riceve sempre uno stato 403 Forbidden.Utilizzare questo flag quando una risorsa non deve essere inviata a un client.</summary>
  27. </member>
  28. <member name="F:System.Net.AuthenticationSchemes.Ntlm">
  29. <summary>Specifica l'autenticazione NTLM.</summary>
  30. </member>
  31. <member name="T:System.Net.Cookie">
  32. <summary>Fornisce un insieme di proprietà e metodi utilizzati per gestire i cookie.La classe non può essere ereditata.</summary>
  33. </member>
  34. <member name="M:System.Net.Cookie.#ctor">
  35. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.Cookie" />.</summary>
  36. </member>
  37. <member name="M:System.Net.Cookie.#ctor(System.String,System.String)">
  38. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.Cookie" /> con i <see cref="P:System.Net.Cookie.Name" /> e <see cref="P:System.Net.Cookie.Value" /> specificati.</summary>
  39. <param name="name">Il nome di un <see cref="T:System.Net.Cookie" />.All'interno di <paramref name="name" /> non è possibile utilizzare i caratteri seguenti: segno di uguale, punto e virgola, virgola, nuova riga (\n), ritorno a capo (\r), tabulazione (\t) e spazio.Il simbolo del dollaro ("$") non può trovarsi in prima posizione.</param>
  40. <param name="value">Valore di un <see cref="T:System.Net.Cookie" />.All'interno di <paramref name="value" /> non è possibile utilizzare i caratteri indicati di seguito: punto e virgola, virgola.</param>
  41. <exception cref="T:System.Net.CookieException">Il parametro <paramref name="name" /> è null. - oppure - La lunghezza del parametro <paramref name="name" /> è zero. - oppure - Il parametro <paramref name="name" /> contiene un carattere non valido.- oppure - Il parametro <paramref name="value" /> è null.-oppure- Il parametro <paramref name="value" /> contiene una stringa non racchiusa tra virgolette che contiene un carattere non valido. </exception>
  42. </member>
  43. <member name="M:System.Net.Cookie.#ctor(System.String,System.String,System.String)">
  44. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.Cookie" /> con un <see cref="P:System.Net.Cookie.Name" />, un <see cref="P:System.Net.Cookie.Value" /> e un <see cref="P:System.Net.Cookie.Path" /> specificati.</summary>
  45. <param name="name">Il nome di un <see cref="T:System.Net.Cookie" />.All'interno di <paramref name="name" /> non è possibile utilizzare i caratteri seguenti: segno di uguale, punto e virgola, virgola, nuova riga (\n), ritorno a capo (\r), tabulazione (\t) e spazio.Il simbolo del dollaro ("$") non può trovarsi in prima posizione.</param>
  46. <param name="value">Valore di un <see cref="T:System.Net.Cookie" />.All'interno di <paramref name="value" /> non è possibile utilizzare i caratteri indicati di seguito: punto e virgola, virgola.</param>
  47. <param name="path">Il sottoinsieme di URI sul server di origine al quale si applica questo <see cref="T:System.Net.Cookie" />.Il valore predefinito è "/".</param>
  48. <exception cref="T:System.Net.CookieException">Il parametro <paramref name="name" /> è null. - oppure - La lunghezza del parametro <paramref name="name" /> è zero. - oppure - Il parametro <paramref name="name" /> contiene un carattere non valido.- oppure - Il parametro <paramref name="value" /> è null.-oppure- Il parametro <paramref name="value" /> contiene una stringa non racchiusa tra virgolette che contiene un carattere non valido.</exception>
  49. </member>
  50. <member name="M:System.Net.Cookie.#ctor(System.String,System.String,System.String,System.String)">
  51. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.Cookie" /> con un <see cref="P:System.Net.Cookie.Name" />, un <see cref="P:System.Net.Cookie.Value" />, un <see cref="P:System.Net.Cookie.Path" /> e un <see cref="P:System.Net.Cookie.Domain" /> specificati.</summary>
  52. <param name="name">Il nome di un <see cref="T:System.Net.Cookie" />.All'interno di <paramref name="name" /> non è possibile utilizzare i caratteri seguenti: segno di uguale, punto e virgola, virgola, nuova riga (\n), ritorno a capo (\r), tabulazione (\t) e spazio.Il simbolo del dollaro ("$") non può trovarsi in prima posizione.</param>
  53. <param name="value">Il valore dell'oggetto <see cref="T:System.Net.Cookie" />.All'interno di <paramref name="value" /> non è possibile utilizzare i caratteri indicati di seguito: punto e virgola, virgola.</param>
  54. <param name="path">Il sottoinsieme di URI sul server di origine al quale si applica questo <see cref="T:System.Net.Cookie" />.Il valore predefinito è "/".</param>
  55. <param name="domain">Il dominio Internet facoltativo per il quale è valido questo <see cref="T:System.Net.Cookie" />.Il valore predefinito è l'host dal quale è stato ricevuto questo <see cref="T:System.Net.Cookie" />.</param>
  56. <exception cref="T:System.Net.CookieException">Il parametro <paramref name="name" /> è null. - oppure - La lunghezza del parametro <paramref name="name" /> è zero. - oppure - Il parametro <paramref name="name" /> contiene un carattere non valido.- oppure - Il parametro <paramref name="value" /> è null.-oppure- Il parametro <paramref name="value" /> contiene una stringa non racchiusa tra virgolette che contiene un carattere non valido.</exception>
  57. </member>
  58. <member name="P:System.Net.Cookie.Comment">
  59. <summary>Ottiene o imposta un commento che il server può aggiungere a un <see cref="T:System.Net.Cookie" />.</summary>
  60. <returns>Commento facoltativo per l'utilizzo del documento di questo <see cref="T:System.Net.Cookie" />.</returns>
  61. </member>
  62. <member name="P:System.Net.Cookie.CommentUri">
  63. <summary>Ottiene o imposta un commento URI che il server può fornire con un <see cref="T:System.Net.Cookie" />.</summary>
  64. <returns>Commento facoltativo che rappresenta l'utilizzo previsto del riferimento URI per questo <see cref="T:System.Net.Cookie" />.Il valore deve essere compatibile con il formato degli URI.</returns>
  65. </member>
  66. <member name="P:System.Net.Cookie.Discard">
  67. <summary>Ottiene o imposta il flag di eliminazione impostato dal server.</summary>
  68. <returns>true se il client deve scartare il <see cref="T:System.Net.Cookie" /> al termine della sessione corrente. In caso contrario, false.Il valore predefinito è false.</returns>
  69. </member>
  70. <member name="P:System.Net.Cookie.Domain">
  71. <summary>Ottiene o imposta l'URI per il quale è valido il <see cref="T:System.Net.Cookie" />.</summary>
  72. <returns>URI per il quale è valido il <see cref="T:System.Net.Cookie" />.</returns>
  73. </member>
  74. <member name="M:System.Net.Cookie.Equals(System.Object)">
  75. <summary>Esegue l'override del metodo <see cref="M:System.Object.Equals(System.Object)" />.</summary>
  76. <returns>Restituisce true se il <see cref="T:System.Net.Cookie" /> è uguale a <paramref name="comparand" />.Due istanze di <see cref="T:System.Net.Cookie" /> sono uguali se le relative proprietà <see cref="P:System.Net.Cookie.Name" />, <see cref="P:System.Net.Cookie.Value" />, <see cref="P:System.Net.Cookie.Path" />, <see cref="P:System.Net.Cookie.Domain" /> e <see cref="P:System.Net.Cookie.Version" /> sono uguali.I confronti di stringhe <see cref="P:System.Net.Cookie.Name" /> e <see cref="P:System.Net.Cookie.Domain" /> vengono eseguiti senza distinzione tra maiuscole e minuscole.</returns>
  77. <param name="comparand">Riferimento a una classe <see cref="T:System.Net.Cookie" />. </param>
  78. </member>
  79. <member name="P:System.Net.Cookie.Expired">
  80. <summary>Ottiene o imposta lo stato corrente del <see cref="T:System.Net.Cookie" />.</summary>
  81. <returns>true se il <see cref="T:System.Net.Cookie" /> è scaduto. In caso contrario, false.Il valore predefinito è false.</returns>
  82. </member>
  83. <member name="P:System.Net.Cookie.Expires">
  84. <summary>Ottiene o imposta la data e l'ora di scadenza del <see cref="T:System.Net.Cookie" /> come <see cref="T:System.DateTime" />.</summary>
  85. <returns>La data e l'ora di scadenza per il <see cref="T:System.Net.Cookie" /> come istanza di <see cref="T:System.DateTime" />.</returns>
  86. </member>
  87. <member name="M:System.Net.Cookie.GetHashCode">
  88. <summary>Esegue l'override del metodo <see cref="M:System.Object.GetHashCode" />.</summary>
  89. <returns>Il codice hash di interi con segno a 32 bit per questa istanza.</returns>
  90. </member>
  91. <member name="P:System.Net.Cookie.HttpOnly">
  92. <summary>Determina se per uno script di pagina o un altro contenuto attivo è possibile accedere a questo cookie.</summary>
  93. <returns>Valore booleano che consente di determinare se per uno script di pagina o un altro contenuto attivo è possibile accedere a questo cookie.</returns>
  94. </member>
  95. <member name="P:System.Net.Cookie.Name">
  96. <summary>Ottiene o imposta il nome per il <see cref="T:System.Net.Cookie" />.</summary>
  97. <returns>Nome del <see cref="T:System.Net.Cookie" />.</returns>
  98. <exception cref="T:System.Net.CookieException">Il valore specificato per un'operazione Set è null o la stringa vuota.-oppure-Il valore specificato per un'operazione Set contiene un carattere non valido.Nella proprietà <see cref="P:System.Net.Cookie.Name" /> non è possibile utilizzare i caratteri seguenti: segno di uguale, punto e virgola, virgola, nuova riga (\n), ritorno a capo (\r), tabulazione (\t) e spazio.Il simbolo del dollaro ("$") non può trovarsi in prima posizione.</exception>
  99. </member>
  100. <member name="P:System.Net.Cookie.Path">
  101. <summary>Ottiene o imposta gli URI ai quali si applica il <see cref="T:System.Net.Cookie" />.</summary>
  102. <returns>URI ai quali si applica il <see cref="T:System.Net.Cookie" />.</returns>
  103. </member>
  104. <member name="P:System.Net.Cookie.Port">
  105. <summary>Ottiene o imposta un elenco di porte TCP alle quali si applica il <see cref="T:System.Net.Cookie" />.</summary>
  106. <returns>Elenco di porte TCP alle quale si applica il <see cref="T:System.Net.Cookie" />.</returns>
  107. <exception cref="T:System.Net.CookieException">Il valore specificato per un'operazione di impostazione non può essere analizzato o non è racchiuso tra virgolette doppie. </exception>
  108. </member>
  109. <member name="P:System.Net.Cookie.Secure">
  110. <summary>Ottiene o imposta il livello di sicurezza di un <see cref="T:System.Net.Cookie" />.</summary>
  111. <returns>true se il client restituisce solo il cookie nelle richieste successive qualora tali richieste utilizzino Secure Hypertext Transfer Protocol (HTTPS); in caso contrario, false.Il valore predefinito è false.</returns>
  112. </member>
  113. <member name="P:System.Net.Cookie.TimeStamp">
  114. <summary>Ottiene l'ora di emissione del cookie come <see cref="T:System.DateTime" />.</summary>
  115. <returns>L'ora di emissione del cookie come <see cref="T:System.DateTime" />.</returns>
  116. </member>
  117. <member name="M:System.Net.Cookie.ToString">
  118. <summary>Esegue l'override del metodo <see cref="M:System.Object.ToString" />.</summary>
  119. <returns>Restituisce una rappresentazione in forma di stringa di questo oggetto <see cref="T:System.Net.Cookie" /> per l'inclusione in Cookie HTTP: intestazione di richiesta.</returns>
  120. <PermissionSet>
  121. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  122. </PermissionSet>
  123. </member>
  124. <member name="P:System.Net.Cookie.Value">
  125. <summary>Ottiene o imposta la proprietà <see cref="P:System.Net.Cookie.Value" /> per la classe <see cref="T:System.Net.Cookie" />.</summary>
  126. <returns>Oggetto <see cref="P:System.Net.Cookie.Value" /> per l'oggetto <see cref="T:System.Net.Cookie" />.</returns>
  127. </member>
  128. <member name="P:System.Net.Cookie.Version">
  129. <summary>Ottiene o imposta la versione della manutenzione dello stato HTTP a cui è conforme il cookie.</summary>
  130. <returns>Versione della manutenzione dello stato HTTP a cui è conforme il cookie.</returns>
  131. <exception cref="T:System.ArgumentOutOfRangeException">Il valore specificato per una versione non è consentito. </exception>
  132. </member>
  133. <member name="T:System.Net.CookieCollection">
  134. <summary>Fornisce un contenitore di insiemi per le istanze della classe <see cref="T:System.Net.Cookie" />.</summary>
  135. </member>
  136. <member name="M:System.Net.CookieCollection.#ctor">
  137. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.CookieCollection" />.</summary>
  138. </member>
  139. <member name="M:System.Net.CookieCollection.Add(System.Net.Cookie)">
  140. <summary>Aggiunge una classe <see cref="T:System.Net.Cookie" /> a un controllo <see cref="T:System.Net.CookieCollection" />.</summary>
  141. <param name="cookie">Classe <see cref="T:System.Net.Cookie" /> da aggiungere a un oggetto <see cref="T:System.Net.CookieCollection" /></param>
  142. <exception cref="T:System.ArgumentNullException">
  143. <paramref name="cookie" /> è null. </exception>
  144. </member>
  145. <member name="M:System.Net.CookieCollection.Add(System.Net.CookieCollection)">
  146. <summary>Aggiunge il contenuto di un <see cref="T:System.Net.CookieCollection" /> all'istanza corrente.</summary>
  147. <param name="cookies">Oggetto <see cref="T:System.Net.CookieCollection" /> da aggiungere. </param>
  148. <exception cref="T:System.ArgumentNullException">
  149. <paramref name="cookies" /> è null. </exception>
  150. </member>
  151. <member name="P:System.Net.CookieCollection.Count">
  152. <summary>Ottiene il numero di cookie contenuti in un <see cref="T:System.Net.CookieCollection" />.</summary>
  153. <returns>Numero di cookie contenuto in un oggetto <see cref="T:System.Net.CookieCollection" /></returns>
  154. </member>
  155. <member name="M:System.Net.CookieCollection.GetEnumerator">
  156. <summary>Ottiene un enumeratore che itera in un <see cref="T:System.Net.CookieCollection" />.</summary>
  157. <returns>Istanza di un'implementazione di un'interfaccia <see cref="T:System.Collections.IEnumerator" /> in grado di scorrere un oggetto <see cref="T:System.Net.CookieCollection" />.</returns>
  158. </member>
  159. <member name="P:System.Net.CookieCollection.Item(System.String)">
  160. <summary>Ottiene il <see cref="T:System.Net.Cookie" /> con uno specifico nome da un <see cref="T:System.Net.CookieCollection" />.</summary>
  161. <returns>
  162. <see cref="T:System.Net.Cookie" /> con uno specifico nome da un <see cref="T:System.Net.CookieCollection" />.</returns>
  163. <param name="name">Nome della classe <see cref="T:System.Net.Cookie" /> da ricercare. </param>
  164. <exception cref="T:System.ArgumentNullException">
  165. <paramref name="name" /> è null. </exception>
  166. </member>
  167. <member name="M:System.Net.CookieCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  168. <summary>[Supportati in.NET Framework 4.5.1 e versioni successive] Per una descrizione di questo membro, vedere <see cref="M:System.Collections.ICollection.CopyTo(System.Array,System.Int32)" />.</summary>
  169. <param name="array">Matrice unidimensionale che rappresenta la destinazione degli elementi copiati dalla raccolta.L'indicizzazione della matrice deve essere in base zero.</param>
  170. <param name="index">Indice in base zero della matrice specificata nel parametro <paramref name="array" /> in corrispondenza del quale ha inizio la copia.</param>
  171. </member>
  172. <member name="P:System.Net.CookieCollection.System#Collections#ICollection#IsSynchronized">
  173. <summary>[Supportati in.NET Framework 4.5.1 e versioni successive] Per una descrizione di questo membro, vedere <see cref="P:System.Collections.ICollection.IsSynchronized" />.</summary>
  174. <returns>true se l'accesso alla raccolta è sincronizzato (thread-safe), altrimenti false.</returns>
  175. </member>
  176. <member name="P:System.Net.CookieCollection.System#Collections#ICollection#SyncRoot">
  177. <summary>[Supportati in.NET Framework 4.5.1 e versioni successive] Per una descrizione di questo membro, vedere <see cref="P:System.Collections.ICollection.SyncRoot" />.</summary>
  178. <returns>Oggetto che può essere utilizzato per sincronizzare l'accesso alla raccolta.</returns>
  179. </member>
  180. <member name="T:System.Net.CookieContainer">
  181. <summary>Fornisce un contenitore per una raccolta di oggetti <see cref="T:System.Net.CookieCollection" />.</summary>
  182. </member>
  183. <member name="M:System.Net.CookieContainer.#ctor">
  184. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.CookieContainer" />.</summary>
  185. </member>
  186. <member name="M:System.Net.CookieContainer.Add(System.Uri,System.Net.Cookie)">
  187. <summary>Aggiunge un <see cref="T:System.Net.Cookie" /> al <see cref="T:System.Net.CookieContainer" /> per un determinato URI.</summary>
  188. <param name="uri">L'URI del <see cref="T:System.Net.Cookie" /> da aggiungere al <see cref="T:System.Net.CookieContainer" />. </param>
  189. <param name="cookie">L'oggetto <see cref="T:System.Net.Cookie" /> da aggiungere a <see cref="T:System.Net.CookieContainer" />. </param>
  190. <exception cref="T:System.ArgumentNullException">
  191. <paramref name="uri" /> è null oppure <paramref name="cookie" /> è null. </exception>
  192. <exception cref="T:System.Net.CookieException">
  193. <paramref name="cookie" /> è maggiore di <paramref name="maxCookieSize" />. - oppure - Il dominio per <paramref name="cookie" /> non è un URI valido. </exception>
  194. <PermissionSet>
  195. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  196. </PermissionSet>
  197. </member>
  198. <member name="M:System.Net.CookieContainer.Add(System.Uri,System.Net.CookieCollection)">
  199. <summary>Aggiunge il contenuto di un <see cref="T:System.Net.CookieCollection" /> al <see cref="T:System.Net.CookieContainer" /> per un determinato URI.</summary>
  200. <param name="uri">L'URI del <see cref="T:System.Net.CookieCollection" /> da aggiungere al <see cref="T:System.Net.CookieContainer" />. </param>
  201. <param name="cookies">L'oggetto <see cref="T:System.Net.CookieCollection" /> da aggiungere a <see cref="T:System.Net.CookieContainer" />. </param>
  202. <exception cref="T:System.ArgumentNullException">
  203. <paramref name="cookies" /> è null. </exception>
  204. <exception cref="T:System.ArgumentException">Il dominio di uno dei cookie in <paramref name="cookies" /> è null. </exception>
  205. <exception cref="T:System.Net.CookieException">Uno dei cookie in <paramref name="cookies" /> contiene un dominio non valido. </exception>
  206. <PermissionSet>
  207. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  208. </PermissionSet>
  209. </member>
  210. <member name="P:System.Net.CookieContainer.Capacity">
  211. <summary>Ottiene e imposta il numero di istanze di <see cref="T:System.Net.Cookie" /> che possono essere contenute in <see cref="T:System.Net.CookieContainer" />.</summary>
  212. <returns>Numero di istanze di <see cref="T:System.Net.Cookie" /> che possono essere contenute in un <see cref="T:System.Net.CookieContainer" />.Questo è un limite che non può essere superato aggiungendo un <see cref="T:System.Net.Cookie" />.</returns>
  213. <exception cref="T:System.ArgumentOutOfRangeException">
  214. <paramref name="Capacity" /> è minore o uguale a zero o (valore minore di <see cref="P:System.Net.CookieContainer.PerDomainCapacity" /> e <see cref="P:System.Net.CookieContainer.PerDomainCapacity" /> diverso da <see cref="F:System.Int32.MaxValue" /> ). </exception>
  215. </member>
  216. <member name="P:System.Net.CookieContainer.Count">
  217. <summary>Ottiene il numero di istanze di <see cref="T:System.Net.Cookie" /> contenute attualmente in un <see cref="T:System.Net.CookieContainer" />.</summary>
  218. <returns>Il numero di istanze di <see cref="T:System.Net.Cookie" /> che possono essere contenute attualmente nel <see cref="T:System.Net.CookieContainer" />.Questo valore è il totale delle istanze di <see cref="T:System.Net.Cookie" /> in tutti i domini.</returns>
  219. </member>
  220. <member name="F:System.Net.CookieContainer.DefaultCookieLengthLimit">
  221. <summary>Rappresenta la dimensione massima predefinita, espressa in byte, delle istanze di <see cref="T:System.Net.Cookie" /> che possono essere contenute nel <see cref="T:System.Net.CookieContainer" />.Il campo è costante.</summary>
  222. </member>
  223. <member name="F:System.Net.CookieContainer.DefaultCookieLimit">
  224. <summary>Rappresenta il numero massimo predefinito di istanze di <see cref="T:System.Net.Cookie" /> che possono essere contenute nel <see cref="T:System.Net.CookieContainer" />.Il campo è costante.</summary>
  225. </member>
  226. <member name="F:System.Net.CookieContainer.DefaultPerDomainCookieLimit">
  227. <summary>Rappresenta il numero massimo predefinito di istanze di <see cref="T:System.Net.Cookie" /> a cui è possibile che un <see cref="T:System.Net.CookieContainer" /> faccia riferimento per ogni dominio.Il campo è costante.</summary>
  228. </member>
  229. <member name="M:System.Net.CookieContainer.GetCookieHeader(System.Uri)">
  230. <summary>Ottiene l'intestazione HTTP del cookie che contiene i cookie HTTP che rappresentano le istanze di <see cref="T:System.Net.Cookie" /> associate a uno specifico URI.</summary>
  231. <returns>Un'intestazione HTTP del cookie, con stringhe che rappresentano le istanze di <see cref="T:System.Net.Cookie" /> delimitate da punti e virgola.</returns>
  232. <param name="uri">L'URI delle istanze di <see cref="T:System.Net.Cookie" /> desiderate. </param>
  233. <exception cref="T:System.ArgumentNullException">
  234. <paramref name="uri" /> è null. </exception>
  235. <PermissionSet>
  236. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  237. </PermissionSet>
  238. </member>
  239. <member name="M:System.Net.CookieContainer.GetCookies(System.Uri)">
  240. <summary>Ottiene un <see cref="T:System.Net.CookieCollection" /> in cui sono contenute le istanze di <see cref="T:System.Net.Cookie" /> associate a un URI specifico.</summary>
  241. <returns>Ottiene un <see cref="T:System.Net.CookieCollection" /> in cui sono contenute le istanze di <see cref="T:System.Net.Cookie" /> associate a un URI specifico.</returns>
  242. <param name="uri">L'URI delle istanze di <see cref="T:System.Net.Cookie" /> desiderate. </param>
  243. <exception cref="T:System.ArgumentNullException">
  244. <paramref name="uri" /> è null. </exception>
  245. <PermissionSet>
  246. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  247. </PermissionSet>
  248. </member>
  249. <member name="P:System.Net.CookieContainer.MaxCookieSize">
  250. <summary>Rappresenta la lunghezza massima consentita di un <see cref="T:System.Net.Cookie" />.</summary>
  251. <returns>La lunghezza massima ammessa, espressa in byte, di un <see cref="T:System.Net.Cookie" />.</returns>
  252. <exception cref="T:System.ArgumentOutOfRangeException">
  253. <paramref name="MaxCookieSize" /> è minore o uguale a zero. </exception>
  254. </member>
  255. <member name="P:System.Net.CookieContainer.PerDomainCapacity">
  256. <summary>Ottiene e imposta il numero di istanze di <see cref="T:System.Net.Cookie" /> che possono essere contenute in un <see cref="T:System.Net.CookieContainer" /> per dominio.</summary>
  257. <returns>Numero di istanze di <see cref="T:System.Net.Cookie" /> consentite per ogni dominio.</returns>
  258. <exception cref="T:System.ArgumentOutOfRangeException">
  259. <paramref name="PerDomainCapacity" /> è minore o uguale a zero. - oppure - <paramref name="(PerDomainCapacity" /> è maggiore del numero massimo consentito di istanze di cookie, 300, ed è diverso da <see cref="F:System.Int32.MaxValue" />) </exception>
  260. </member>
  261. <member name="M:System.Net.CookieContainer.SetCookies(System.Uri,System.String)">
  262. <summary>Aggiunge le istanze di <see cref="T:System.Net.Cookie" /> per uno o più cookie da un'intestazione HTTP al <see cref="T:System.Net.CookieContainer" /> per uno specifico URI.</summary>
  263. <param name="uri">URI di <see cref="T:System.Net.CookieCollection" />. </param>
  264. <param name="cookieHeader">Il contenuto di un'intestazione HTTP del cookie, così come viene restituito da un server HTTP, con le istanze di <see cref="T:System.Net.Cookie" /> delimitate da virgole. </param>
  265. <exception cref="T:System.ArgumentNullException">
  266. <paramref name="uri" /> è null. </exception>
  267. <exception cref="T:System.ArgumentNullException">
  268. <paramref name="cookieHeader" /> è null. </exception>
  269. <exception cref="T:System.Net.CookieException">Uno dei cookie non è valido. - oppure - Si è verificato un errore durante l'aggiunta di uno dei cookie al contenitore. </exception>
  270. </member>
  271. <member name="T:System.Net.CookieException">
  272. <summary>L'eccezione che viene generata quando si verifica un errore nell'aggiunta di un <see cref="T:System.Net.Cookie" /> a un <see cref="T:System.Net.CookieContainer" />.</summary>
  273. </member>
  274. <member name="M:System.Net.CookieException.#ctor">
  275. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.CookieException" />.</summary>
  276. </member>
  277. <member name="T:System.Net.CredentialCache">
  278. <summary>Fornisce l'archiviazione per più credenziali.</summary>
  279. </member>
  280. <member name="M:System.Net.CredentialCache.#ctor">
  281. <summary>Crea una nuova istanza della classe <see cref="T:System.Net.CredentialCache" />.</summary>
  282. </member>
  283. <member name="M:System.Net.CredentialCache.Add(System.String,System.Int32,System.String,System.Net.NetworkCredential)">
  284. <summary>Aggiunge un'istanza <see cref="T:System.Net.NetworkCredential" /> da utilizzare con SMTP alla cache delle credenziali e la associa a un computer host, a una porta e a un protocollo di autenticazione.Le credenziali aggiunte con questo metodo sono valide solo per SMTP.Questo metodo non funziona per le richieste HTTP o FTP.</summary>
  285. <param name="host">Oggetto <see cref="T:System.String" /> che identifica il computer host.</param>
  286. <param name="port">Oggetto <see cref="T:System.Int32" /> che specifica la porta per connettersi a un <paramref name="host" />.</param>
  287. <param name="authenticationType">Oggetto <see cref="T:System.String" /> che identifica lo schema di autenticazione utilizzato in caso di connessione a <paramref name="host" /> mediante <paramref name="cred" />.Vedere la sezione Osservazioni.</param>
  288. <param name="credential">La <see cref="T:System.Net.NetworkCredential" /> da aggiungere alla cache delle credenziali. </param>
  289. <exception cref="T:System.ArgumentNullException">
  290. <paramref name="host" /> è null. - oppure -<paramref name="authType" /> è null. </exception>
  291. <exception cref="T:System.ArgumentException">
  292. <paramref name="authType" /> non è un valore accettato.Vedere la sezione Osservazioni.</exception>
  293. <exception cref="T:System.ArgumentOutOfRangeException">
  294. <paramref name="port" /> è minore di zero.</exception>
  295. </member>
  296. <member name="M:System.Net.CredentialCache.Add(System.Uri,System.String,System.Net.NetworkCredential)">
  297. <summary>Aggiunge un'istanza di <see cref="T:System.Net.NetworkCredential" /> alla cache delle credenziali da utilizzare con protocolli diversi da SMTP e la associa a un prefisso URI (Uniform Resource Identifier) e a un protocollo di autenticazione. </summary>
  298. <param name="uriPrefix">Un <see cref="T:System.Uri" /> che specifica il prefisso URI delle risorse a cui la credenziale concede l'accesso. </param>
  299. <param name="authType">Lo schema di autenticazione utilizzato dalla risorsa specificata in <paramref name="uriPrefix" />. </param>
  300. <param name="cred">La <see cref="T:System.Net.NetworkCredential" /> da aggiungere alla cache delle credenziali. </param>
  301. <exception cref="T:System.ArgumentNullException">
  302. <paramref name="uriPrefix" /> è null. - oppure - <paramref name="authType" /> è null. </exception>
  303. <exception cref="T:System.ArgumentException">Le stesse credenziali vengono aggiunte più volte. </exception>
  304. </member>
  305. <member name="P:System.Net.CredentialCache.DefaultCredentials">
  306. <summary>Recupera le credenziali di sistema dell'applicazione.</summary>
  307. <returns>
  308. <see cref="T:System.Net.ICredentials" /> che rappresenta le credenziali di sistema dell'applicazione.</returns>
  309. <PermissionSet>
  310. <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="USERNAME" />
  311. </PermissionSet>
  312. </member>
  313. <member name="P:System.Net.CredentialCache.DefaultNetworkCredentials">
  314. <summary>Ottiene le credenziali di rete del contesto di sicurezza corrente.</summary>
  315. <returns>Classe <see cref="T:System.Net.NetworkCredential" /> che rappresenta le credenziali di rete dell'utente corrente o dell'applicazione.</returns>
  316. </member>
  317. <member name="M:System.Net.CredentialCache.GetCredential(System.String,System.Int32,System.String)">
  318. <summary>Restituisce l'istanza di <see cref="T:System.Net.NetworkCredential" /> associata all'host, alla porta e al protocollo di autenticazione specificati.</summary>
  319. <returns>Una <see cref="T:System.Net.NetworkCredential" /> oppure null se non esistono credenziali corrispondenti nella cache.</returns>
  320. <param name="host">Oggetto <see cref="T:System.String" /> che identifica il computer host.</param>
  321. <param name="port">Oggetto <see cref="T:System.Int32" /> che specifica la porta per connettersi a un <paramref name="host" />.</param>
  322. <param name="authenticationType">Oggetto <see cref="T:System.String" /> che identifica lo schema di autenticazione utilizzato durante la connessione a <paramref name="host" />.Vedere la sezione Osservazioni.</param>
  323. <exception cref="T:System.ArgumentNullException">
  324. <paramref name="host" /> è null. - oppure - <paramref name="authType" /> è null. </exception>
  325. <exception cref="T:System.ArgumentException">
  326. <paramref name="authType" /> non è un valore accettato.Vedere la sezione Osservazioni.- oppure -<paramref name="host" /> è uguale alla stringa vuota ("").</exception>
  327. <exception cref="T:System.ArgumentOutOfRangeException">
  328. <paramref name="port" /> è minore di zero.</exception>
  329. </member>
  330. <member name="M:System.Net.CredentialCache.GetCredential(System.Uri,System.String)">
  331. <summary>Restituisce l'istanza <see cref="T:System.Net.NetworkCredential" /> associata al tipo di autenticazione e all'URI specificati.</summary>
  332. <returns>Una <see cref="T:System.Net.NetworkCredential" /> oppure null se non esistono credenziali corrispondenti nella cache.</returns>
  333. <param name="uriPrefix">Un <see cref="T:System.Uri" /> che specifica il prefisso URI delle risorse a cui la credenziale concede l'accesso. </param>
  334. <param name="authType">Lo schema di autenticazione utilizzato dalla risorsa specificata in <paramref name="uriPrefix" />. </param>
  335. <exception cref="T:System.ArgumentNullException">
  336. <paramref name="uriPrefix" /> o <paramref name="authType" /> è null. </exception>
  337. </member>
  338. <member name="M:System.Net.CredentialCache.GetEnumerator">
  339. <summary>Restituisce un enumeratore che consente di scorrere l'istanza di <see cref="T:System.Net.CredentialCache" />.</summary>
  340. <returns>
  341. <see cref="T:System.Collections.IEnumerator" /> per la <see cref="T:System.Net.CredentialCache" />.</returns>
  342. </member>
  343. <member name="M:System.Net.CredentialCache.Remove(System.String,System.Int32,System.String)">
  344. <summary>Elimina un'istanza di <see cref="T:System.Net.NetworkCredential" /> dalla cache se associata all'host, alla porta e al protocollo di autenticazione specificati.</summary>
  345. <param name="host">Oggetto <see cref="T:System.String" /> che identifica il computer host.</param>
  346. <param name="port">Oggetto <see cref="T:System.Int32" /> che specifica la porta per connettersi a un <paramref name="host" />.</param>
  347. <param name="authenticationType">Oggetto <see cref="T:System.String" /> che identifica lo schema di autenticazione utilizzato durante la connessione a <paramref name="host" />.Vedere la sezione Osservazioni.</param>
  348. </member>
  349. <member name="M:System.Net.CredentialCache.Remove(System.Uri,System.String)">
  350. <summary>Elimina un'istanza <see cref="T:System.Net.NetworkCredential" /> dalla cache se associata al prefisso dell'URI e al protocollo di autenticazione specificati.</summary>
  351. <param name="uriPrefix">Un <see cref="T:System.Uri" /> che specifica il prefisso URI delle risorse per le quali è utilizzata la credenziale. </param>
  352. <param name="authType">Lo schema di autenticazione utilizzato dall'host specificato in <paramref name="uriPrefix" />. </param>
  353. </member>
  354. <member name="T:System.Net.DecompressionMethods">
  355. <summary>Rappresenta il formato di codifica di compressione e decompressione dei file da utilizzare per comprimere i dati ricevuti in seguito a una richiesta <see cref="T:System.Net.HttpWebRequest" />.</summary>
  356. </member>
  357. <member name="F:System.Net.DecompressionMethods.Deflate">
  358. <summary>Utilizza l'algoritmo di riduzione di compressione-decompressione.</summary>
  359. </member>
  360. <member name="F:System.Net.DecompressionMethods.GZip">
  361. <summary>Utilizza l'algoritmo gZip di compressione-decompressione.</summary>
  362. </member>
  363. <member name="F:System.Net.DecompressionMethods.None">
  364. <summary>Non utilizza la compressione.</summary>
  365. </member>
  366. <member name="T:System.Net.DnsEndPoint">
  367. <summary>Rappresenta un endpoint di rete come nome host o rappresentazione di stringa di un indirizzo IP e un numero di porta.</summary>
  368. </member>
  369. <member name="M:System.Net.DnsEndPoint.#ctor(System.String,System.Int32)">
  370. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.DnsEndPoint" /> con il nome host o la rappresentazione di stringa di un indirizzo IP e un numero di porta.</summary>
  371. <param name="host">Nome host o rappresentazione di stringa dell'indirizzo IP.</param>
  372. <param name="port">Numero di porta associato all'indirizzo oppure 0 per specificare qualsiasi porta disponibile.<paramref name="port" /> nell'ordine dell'host.</param>
  373. <exception cref="T:System.ArgumentException">Il parametro <paramref name="host" /> contiene una stringa vuota.</exception>
  374. <exception cref="T:System.ArgumentNullException">Il parametro <paramref name="host" /> è null.</exception>
  375. <exception cref="T:System.ArgumentOutOfRangeException">
  376. <paramref name="port" /> è minore di <see cref="F:System.Net.IPEndPoint.MinPort" />.- oppure - <paramref name="port" /> è maggiore di <see cref="F:System.Net.IPEndPoint.MaxPort" />. </exception>
  377. </member>
  378. <member name="M:System.Net.DnsEndPoint.#ctor(System.String,System.Int32,System.Net.Sockets.AddressFamily)">
  379. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.DnsEndPoint" /> con il nome host o la rappresentazione di stringa di un indirizzo IP, un numero di porta e una famiglia di indirizzi.</summary>
  380. <param name="host">Nome host o rappresentazione di stringa dell'indirizzo IP.</param>
  381. <param name="port">Numero di porta associato all'indirizzo oppure 0 per specificare qualsiasi porta disponibile.<paramref name="port" /> nell'ordine dell'host.</param>
  382. <param name="addressFamily">Uno dei valori di <see cref="T:System.Net.Sockets.AddressFamily" />.</param>
  383. <exception cref="T:System.ArgumentException">Il parametro <paramref name="host" /> contiene una stringa vuota.- oppure - <paramref name="addressFamily" /> è <see cref="F:System.Net.Sockets.AddressFamily.Unknown" />.</exception>
  384. <exception cref="T:System.ArgumentNullException">Il parametro <paramref name="host" /> è null.</exception>
  385. <exception cref="T:System.ArgumentOutOfRangeException">
  386. <paramref name="port" /> è minore di <see cref="F:System.Net.IPEndPoint.MinPort" />.- oppure - <paramref name="port" /> è maggiore di <see cref="F:System.Net.IPEndPoint.MaxPort" />.</exception>
  387. </member>
  388. <member name="P:System.Net.DnsEndPoint.AddressFamily">
  389. <summary>Ottiene la famiglia di indirizzi IP (Internet Protocol).</summary>
  390. <returns>Uno dei valori di <see cref="T:System.Net.Sockets.AddressFamily" />.</returns>
  391. </member>
  392. <member name="M:System.Net.DnsEndPoint.Equals(System.Object)">
  393. <summary>Confronta due oggetti <see cref="T:System.Net.DnsEndPoint" />.</summary>
  394. <returns>true se le due istanze della classe <see cref="T:System.Net.DnsEndPoint" /> sono uguali. In caso contrario, false.</returns>
  395. <param name="comparand">Istanza di <see cref="T:System.Net.DnsEndPoint" /> da confrontare con l'istanza corrente.</param>
  396. </member>
  397. <member name="M:System.Net.DnsEndPoint.GetHashCode">
  398. <summary>Restituisce un valore hash per <see cref="T:System.Net.DnsEndPoint" />.</summary>
  399. <returns>Valore hash integer per <see cref="T:System.Net.DnsEndPoint" />.</returns>
  400. </member>
  401. <member name="P:System.Net.DnsEndPoint.Host">
  402. <summary>Ottiene il nome host o la rappresentazione di stringa dell'indirizzo IP (Internet Protocol) dell'host.</summary>
  403. <returns>Nome host o rappresentazione di stringa di un indirizzo IP.</returns>
  404. </member>
  405. <member name="P:System.Net.DnsEndPoint.Port">
  406. <summary>Ottiene il numero di porta di <see cref="T:System.Net.DnsEndPoint" />.</summary>
  407. <returns>Valore intero nell'intervallo compreso tra 0 e 0xffff che indica il numero di porta di <see cref="T:System.Net.DnsEndPoint" />.</returns>
  408. </member>
  409. <member name="M:System.Net.DnsEndPoint.ToString">
  410. <summary>Restituisce il nome host o la rappresentazione di stringa dell'indirizzo IP e il numero di porta di <see cref="T:System.Net.DnsEndPoint" />.</summary>
  411. <returns>Stringa contenente la famiglia di indirizzi, il nome host o la stringa dell'indirizzo IP e il numero di porta dell'oggetto <see cref="T:System.Net.DnsEndPoint" /> specificato.</returns>
  412. </member>
  413. <member name="T:System.Net.EndPoint">
  414. <summary>Identifica un indirizzo di rete.Questa è una classe abstract.</summary>
  415. </member>
  416. <member name="M:System.Net.EndPoint.#ctor">
  417. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.EndPoint" />. </summary>
  418. </member>
  419. <member name="P:System.Net.EndPoint.AddressFamily">
  420. <summary>Ottiene il gruppo di indirizzi a cui appartiene l'endpoint.</summary>
  421. <returns>Uno dei valori di <see cref="T:System.Net.Sockets.AddressFamily" />.</returns>
  422. <exception cref="T:System.NotImplementedException">Qualsiasi tentativo di ottenere o impostare la proprietà viene effettuato quando questa non è sottoposta a override in una classe derivata. </exception>
  423. <PermissionSet>
  424. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  425. </PermissionSet>
  426. </member>
  427. <member name="M:System.Net.EndPoint.Create(System.Net.SocketAddress)">
  428. <summary>Crea un'istanza di <see cref="T:System.Net.EndPoint" /> da un'istanza di <see cref="T:System.Net.SocketAddress" />.</summary>
  429. <returns>Nuova istanza di <see cref="T:System.Net.EndPoint" /> inizializzata dall'istanza di <see cref="T:System.Net.SocketAddress" /> specificata.</returns>
  430. <param name="socketAddress">Indirizzo socket che funge da endpoint per una connessione. </param>
  431. <exception cref="T:System.NotImplementedException">Qualsiasi tentativo di accedere al metodo viene effettuato quando questo non è sottoposto a override in una classe derivata. </exception>
  432. <PermissionSet>
  433. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  434. </PermissionSet>
  435. </member>
  436. <member name="M:System.Net.EndPoint.Serialize">
  437. <summary>Serializza le informazioni di endpoint in un'istanza di <see cref="T:System.Net.SocketAddress" />.</summary>
  438. <returns>Istanza di <see cref="T:System.Net.SocketAddress" /> in cui sono contenute le informazioni di endpoint.</returns>
  439. <exception cref="T:System.NotImplementedException">Qualsiasi tentativo di accedere al metodo viene effettuato quando questo non è sottoposto a override in una classe derivata. </exception>
  440. <PermissionSet>
  441. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  442. </PermissionSet>
  443. </member>
  444. <member name="T:System.Net.HttpStatusCode">
  445. <summary>Contiene i valori dei codici di stato definiti per il protocollo HTTP.</summary>
  446. </member>
  447. <member name="F:System.Net.HttpStatusCode.Accepted">
  448. <summary>Equivalente allo stato HTTP 202.<see cref="F:System.Net.HttpStatusCode.Accepted" /> indica che la richiesta è stata accettata per un'ulteriore elaborazione.</summary>
  449. </member>
  450. <member name="F:System.Net.HttpStatusCode.Ambiguous">
  451. <summary>Equivalente allo stato HTTP 300.<see cref="F:System.Net.HttpStatusCode.Ambiguous" /> indica che le informazioni richieste dispongono di più rappresentazioni.L'operazione predefinita consiste nel trattare questo stato come reindirizzamento e nel seguire il contenuto dell'intestazione Location associata alla risposta.</summary>
  452. </member>
  453. <member name="F:System.Net.HttpStatusCode.BadGateway">
  454. <summary>Equivalente allo stato HTTP 502.<see cref="F:System.Net.HttpStatusCode.BadGateway" /> indica che un server proxy intermedio ha ricevuto una risposta errata da un altro proxy o dal server di origine.</summary>
  455. </member>
  456. <member name="F:System.Net.HttpStatusCode.BadRequest">
  457. <summary>Equivalente allo stato HTTP 400.<see cref="F:System.Net.HttpStatusCode.BadRequest" /> indica che la richiesta non è stata compresa dal server.<see cref="F:System.Net.HttpStatusCode.BadRequest" /> viene inviato quando nessun altro errore è applicabile o se l'errore esatto è sconosciuto o non presenta un relativo codice di errore.</summary>
  458. </member>
  459. <member name="F:System.Net.HttpStatusCode.Conflict">
  460. <summary>Equivalente allo stato HTTP 409.<see cref="F:System.Net.HttpStatusCode.Conflict" /> indica che la richiesta non è stata eseguita a causa di un conflitto nel server.</summary>
  461. </member>
  462. <member name="F:System.Net.HttpStatusCode.Continue">
  463. <summary>Equivalente allo stato HTTP 100.<see cref="F:System.Net.HttpStatusCode.Continue" /> indica che il client può proseguire con la richiesta.</summary>
  464. </member>
  465. <member name="F:System.Net.HttpStatusCode.Created">
  466. <summary>Equivalente allo stato HTTP 201.<see cref="F:System.Net.HttpStatusCode.Created" /> indica che la richiesta ha determinato la creazione di una nuova risorsa prima dell'invio della risposta.</summary>
  467. </member>
  468. <member name="F:System.Net.HttpStatusCode.ExpectationFailed">
  469. <summary>Equivalente allo stato HTTP 417.<see cref="F:System.Net.HttpStatusCode.ExpectationFailed" /> indica che una previsione fornita in un'intestazione Expect non può essere soddisfatta dal server.</summary>
  470. </member>
  471. <member name="F:System.Net.HttpStatusCode.Forbidden">
  472. <summary>Equivalente allo stato HTTP 403.<see cref="F:System.Net.HttpStatusCode.Forbidden" /> indica che il server rifiuta di soddisfare la richiesta.</summary>
  473. </member>
  474. <member name="F:System.Net.HttpStatusCode.Found">
  475. <summary>Equivalente allo stato HTTP 302.<see cref="F:System.Net.HttpStatusCode.Found" /> indica che le informazioni richieste si trovano nell'URI specificato nell'intestazione Location.Alla ricezione dello stato, l'azione predefinita consiste nel seguire l'intestazione Location associata alla risposta.Quando il metodo di richiesta originale è POST, la richiesta reindirizzata utilizza il metodo GET.</summary>
  476. </member>
  477. <member name="F:System.Net.HttpStatusCode.GatewayTimeout">
  478. <summary>Equivalente allo stato HTTP 504.<see cref="F:System.Net.HttpStatusCode.GatewayTimeout" /> indica che si è verificato il timeout di un server proxy intermedio durante l'attesa di una risposta da un altro proxy o dal server di origine.</summary>
  479. </member>
  480. <member name="F:System.Net.HttpStatusCode.Gone">
  481. <summary>Equivalente allo stato HTTP 410.<see cref="F:System.Net.HttpStatusCode.Gone" /> indica che la risorsa richiesta non è più disponibile.</summary>
  482. </member>
  483. <member name="F:System.Net.HttpStatusCode.HttpVersionNotSupported">
  484. <summary>Equivalente allo stato HTTP 505.<see cref="F:System.Net.HttpStatusCode.HttpVersionNotSupported" /> indica che la versione HTTP richiesta non è supportata dal server.</summary>
  485. </member>
  486. <member name="F:System.Net.HttpStatusCode.InternalServerError">
  487. <summary>Equivalente allo stato HTTP 500.<see cref="F:System.Net.HttpStatusCode.InternalServerError" /> indica che si è verificato un errore generico del server.</summary>
  488. </member>
  489. <member name="F:System.Net.HttpStatusCode.LengthRequired">
  490. <summary>Equivalente allo stato HTTP 411.<see cref="F:System.Net.HttpStatusCode.LengthRequired" /> indica che l'intestazione Content-length necessaria è mancante.</summary>
  491. </member>
  492. <member name="F:System.Net.HttpStatusCode.MethodNotAllowed">
  493. <summary>Equivalente allo stato HTTP 405.<see cref="F:System.Net.HttpStatusCode.MethodNotAllowed" /> indica che il metodo di richiesta (POST o GET) non è consentito sulla risorsa richiesta.</summary>
  494. </member>
  495. <member name="F:System.Net.HttpStatusCode.Moved">
  496. <summary>Equivalente allo stato HTTP 301.<see cref="F:System.Net.HttpStatusCode.Moved" /> indica che le informazioni richieste sono state spostate nell'URI specificato nell'intestazione Location.Alla ricezione dello stato, l'azione predefinita consiste nel seguire l'intestazione Location associata alla risposta.Quando il metodo di richiesta originale è POST, la richiesta reindirizzata utilizza il metodo GET.</summary>
  497. </member>
  498. <member name="F:System.Net.HttpStatusCode.MovedPermanently">
  499. <summary>Equivalente allo stato HTTP 301.<see cref="F:System.Net.HttpStatusCode.MovedPermanently" /> indica che le informazioni richieste sono state spostate nell'URI specificato nell'intestazione Location.Alla ricezione dello stato, l'azione predefinita consiste nel seguire l'intestazione Location associata alla risposta.</summary>
  500. </member>
  501. <member name="F:System.Net.HttpStatusCode.MultipleChoices">
  502. <summary>Equivalente allo stato HTTP 300.<see cref="F:System.Net.HttpStatusCode.MultipleChoices" /> indica che le informazioni richieste dispongono di più rappresentazioni.L'operazione predefinita consiste nel trattare questo stato come reindirizzamento e nel seguire il contenuto dell'intestazione Location associata alla risposta.</summary>
  503. </member>
  504. <member name="F:System.Net.HttpStatusCode.NoContent">
  505. <summary>Equivalente allo stato HTTP 204.<see cref="F:System.Net.HttpStatusCode.NoContent" /> indica che la richiesta è stata elaborata correttamente e che la risposta è intenzionalmente vuota.</summary>
  506. </member>
  507. <member name="F:System.Net.HttpStatusCode.NonAuthoritativeInformation">
  508. <summary>Equivalente allo stato HTTP 203.<see cref="F:System.Net.HttpStatusCode.NonAuthoritativeInformation" /> indica che le metainformazioni restituite provengono da una copia nella cache invece che dal server di origine, pertanto possono essere errate.</summary>
  509. </member>
  510. <member name="F:System.Net.HttpStatusCode.NotAcceptable">
  511. <summary>Equivalente allo stato HTTP 406.<see cref="F:System.Net.HttpStatusCode.NotAcceptable" /> indica che il client ha segnalato mediante intestazioni Accept che non accetterà alcuna delle rappresentazioni disponibili della risorsa.</summary>
  512. </member>
  513. <member name="F:System.Net.HttpStatusCode.NotFound">
  514. <summary>Equivalente allo stato HTTP 404.<see cref="F:System.Net.HttpStatusCode.NotFound" /> indica che la risorsa richiesta non esiste sul server.</summary>
  515. </member>
  516. <member name="F:System.Net.HttpStatusCode.NotImplemented">
  517. <summary>Equivalente allo stato HTTP 501.<see cref="F:System.Net.HttpStatusCode.NotImplemented" /> indica che il server non supporta la funzione richiesta.</summary>
  518. </member>
  519. <member name="F:System.Net.HttpStatusCode.NotModified">
  520. <summary>Equivalente allo stato HTTP 304.<see cref="F:System.Net.HttpStatusCode.NotModified" /> indica che la copia del client memorizzata nella cache è aggiornata.Il contenuto della risorsa non viene trasferito.</summary>
  521. </member>
  522. <member name="F:System.Net.HttpStatusCode.OK">
  523. <summary>Equivalente allo stato HTTP 200.<see cref="F:System.Net.HttpStatusCode.OK" /> indica che la richiesta è riuscita e le informazioni richieste sono presenti nella risposta.Questo è il codice di stato ricevuto frequentemente.</summary>
  524. </member>
  525. <member name="F:System.Net.HttpStatusCode.PartialContent">
  526. <summary>Equivalente allo stato HTTP 206.<see cref="F:System.Net.HttpStatusCode.PartialContent" /> indica che la risposta è parziale, come richiesto da una richiesta GET che include un intervallo di byte.</summary>
  527. </member>
  528. <member name="F:System.Net.HttpStatusCode.PaymentRequired">
  529. <summary>Equivalente allo stato HTTP 402.<see cref="F:System.Net.HttpStatusCode.PaymentRequired" /> è riservato per un utilizzo futuro.</summary>
  530. </member>
  531. <member name="F:System.Net.HttpStatusCode.PreconditionFailed">
  532. <summary>Equivalente allo stato HTTP 412.<see cref="F:System.Net.HttpStatusCode.PreconditionFailed" /> indica che una condizione impostata per questa richiesta non è riuscita e la richiesta non può essere eseguita.Le condizioni sono impostate con intestazioni di richiesta condizionale, quali If-Match, If-None-Match o If-Unmodified-Since.</summary>
  533. </member>
  534. <member name="F:System.Net.HttpStatusCode.ProxyAuthenticationRequired">
  535. <summary>Equivalente allo stato HTTP 407.<see cref="F:System.Net.HttpStatusCode.ProxyAuthenticationRequired" /> indica che per il proxy richiesto è necessaria l'autenticazione.L'intestazione Proxy-authenticate contiene i dettagli su come eseguire l'autenticazione.</summary>
  536. </member>
  537. <member name="F:System.Net.HttpStatusCode.Redirect">
  538. <summary>Equivalente allo stato HTTP 302.<see cref="F:System.Net.HttpStatusCode.Redirect" /> indica che le informazioni richieste si trovano nell'URI specificato nell'intestazione Location.Alla ricezione dello stato, l'azione predefinita consiste nel seguire l'intestazione Location associata alla risposta.Quando il metodo di richiesta originale è POST, la richiesta reindirizzata utilizza il metodo GET.</summary>
  539. </member>
  540. <member name="F:System.Net.HttpStatusCode.RedirectKeepVerb">
  541. <summary>Equivalente allo stato HTTP 307.<see cref="F:System.Net.HttpStatusCode.RedirectKeepVerb" /> indica che le informazioni della richiesta si trovano nell'URI specificato nell'intestazione Location.Alla ricezione dello stato, l'azione predefinita consiste nel seguire l'intestazione Location associata alla risposta.Quando il metodo di richiesta originale è POST, anche la richiesta reindirizzata utilizza il metodo POST.</summary>
  542. </member>
  543. <member name="F:System.Net.HttpStatusCode.RedirectMethod">
  544. <summary>Equivalente allo stato HTTP 303.<see cref="F:System.Net.HttpStatusCode.RedirectMethod" /> reindirizza automaticamente il client all'URI specificato nell'intestazione Location come risultato di un POST.La richiesta alla risorsa specificata dall'intestazione Location verrà effettuata con un GET.</summary>
  545. </member>
  546. <member name="F:System.Net.HttpStatusCode.RequestedRangeNotSatisfiable">
  547. <summary>Equivalente allo stato HTTP 416.<see cref="F:System.Net.HttpStatusCode.RequestedRangeNotSatisfiable" /> indica che l'intervallo di dati richiesti dalla risorsa non può essere restituito poiché l'inizio dell'intervallo è anteriore all'inizio della risorsa o poiché la fine dell'intervallo è posteriore alla fine della risorsa.</summary>
  548. </member>
  549. <member name="F:System.Net.HttpStatusCode.RequestEntityTooLarge">
  550. <summary>Equivalente allo stato HTTP 413.<see cref="F:System.Net.HttpStatusCode.RequestEntityTooLarge" /> indica che la richiesta è troppo grande per essere elaborata dal server.</summary>
  551. </member>
  552. <member name="F:System.Net.HttpStatusCode.RequestTimeout">
  553. <summary>Equivalente allo stato HTTP 408.<see cref="F:System.Net.HttpStatusCode.RequestTimeout" /> indica che il client non ha inviato una richiesta nel tempo in cui tale richiesta era attesa dal server.</summary>
  554. </member>
  555. <member name="F:System.Net.HttpStatusCode.RequestUriTooLong">
  556. <summary>Equivalente allo stato HTTP 414.<see cref="F:System.Net.HttpStatusCode.RequestUriTooLong" /> indica che l'URI è troppo lungo.</summary>
  557. </member>
  558. <member name="F:System.Net.HttpStatusCode.ResetContent">
  559. <summary>Equivalente allo stato HTTP 205.<see cref="F:System.Net.HttpStatusCode.ResetContent" /> indica che il client deve reimpostare (non ricaricare) la risorsa corrente.</summary>
  560. </member>
  561. <member name="F:System.Net.HttpStatusCode.SeeOther">
  562. <summary>Equivalente allo stato HTTP 303.<see cref="F:System.Net.HttpStatusCode.SeeOther" /> reindirizza automaticamente il client all'URI specificato nell'intestazione Location come risultato di un POST.La richiesta alla risorsa specificata dall'intestazione Location verrà effettuata con un GET.</summary>
  563. </member>
  564. <member name="F:System.Net.HttpStatusCode.ServiceUnavailable">
  565. <summary>Equivalente allo stato HTTP 503.<see cref="F:System.Net.HttpStatusCode.ServiceUnavailable" /> indica che il server è temporaneamente non disponibile, in genere a causa del carico elevato o per motivi di manutenzione.</summary>
  566. </member>
  567. <member name="F:System.Net.HttpStatusCode.SwitchingProtocols">
  568. <summary>Equivalente allo stato HTTP 101.<see cref="F:System.Net.HttpStatusCode.SwitchingProtocols" /> indica che la versione del protocollo o il protocollo viene modificato.</summary>
  569. </member>
  570. <member name="F:System.Net.HttpStatusCode.TemporaryRedirect">
  571. <summary>Equivalente allo stato HTTP 307.<see cref="F:System.Net.HttpStatusCode.TemporaryRedirect" /> indica che le informazioni della richiesta si trovano nell'URI specificato nell'intestazione Location.Alla ricezione dello stato, l'azione predefinita consiste nel seguire l'intestazione Location associata alla risposta.Quando il metodo di richiesta originale è POST, anche la richiesta reindirizzata utilizza il metodo POST.</summary>
  572. </member>
  573. <member name="F:System.Net.HttpStatusCode.Unauthorized">
  574. <summary>Equivalente allo stato HTTP 401.<see cref="F:System.Net.HttpStatusCode.Unauthorized" /> indica che per la risorsa richiesta è necessaria l'autenticazione.L'intestazione WWW-Authenticate contiene i dettagli su come eseguire l'autenticazione.</summary>
  575. </member>
  576. <member name="F:System.Net.HttpStatusCode.UnsupportedMediaType">
  577. <summary>Equivalente allo stato HTTP 415.<see cref="F:System.Net.HttpStatusCode.UnsupportedMediaType" /> indica che la richiesta è un tipo non supportato.</summary>
  578. </member>
  579. <member name="F:System.Net.HttpStatusCode.Unused">
  580. <summary>Equivalente allo stato HTTP 306.<see cref="F:System.Net.HttpStatusCode.Unused" /> è un'estensione proposta alla specifica HTTP/1.1 non completamente definita.</summary>
  581. </member>
  582. <member name="F:System.Net.HttpStatusCode.UpgradeRequired">
  583. <summary>Equivalente allo stato HTTP 426.<see cref="F:System.Net.HttpStatusCode.UpgradeRequired" /> indica che il client deve passare a un protocollo diverso come TLS/1.0.</summary>
  584. </member>
  585. <member name="F:System.Net.HttpStatusCode.UseProxy">
  586. <summary>Equivalente allo stato HTTP 305.<see cref="F:System.Net.HttpStatusCode.UseProxy" /> indica che per la richiesta deve essere utilizzato il server proxy nell'URI specificato nell'intestazione Location.</summary>
  587. </member>
  588. <member name="T:System.Net.ICredentials">
  589. <summary>Fornisce l'interfaccia di autenticazione di base per recuperare le credenziali per l'autenticazione del client Web.</summary>
  590. </member>
  591. <member name="M:System.Net.ICredentials.GetCredential(System.Uri,System.String)">
  592. <summary>Restituisce un oggetto <see cref="T:System.Net.NetworkCredential" /> associato all'URI specificato e al tipo di autenticazione.</summary>
  593. <returns>Oggetto <see cref="T:System.Net.NetworkCredential" /> associato all'URI specificato e al tipo di autenticazione oppure, se non è disponibile alcuna credenziale, null .</returns>
  594. <param name="uri">L'<see cref="T:System.Uri" /> per il quale il client fornisce l'autenticazione. </param>
  595. <param name="authType">Il tipo di autenticazione così come è definito nella proprietà <see cref="P:System.Net.IAuthenticationModule.AuthenticationType" />. </param>
  596. </member>
  597. <member name="T:System.Net.ICredentialsByHost">
  598. <summary>Fornisce l'interfaccia per il recupero delle credenziali di un host, di una porta e di un tipo di autenticazione.</summary>
  599. </member>
  600. <member name="M:System.Net.ICredentialsByHost.GetCredential(System.String,System.Int32,System.String)">
  601. <summary>Restituisce le credenziali per l'host, la porta e il protocollo di autenticazione specificati.</summary>
  602. <returns>Classe <see cref="T:System.Net.NetworkCredential" /> per l'host, la porta e il protocollo di autenticazione specificati oppure null se non sono disponibili le credenziali per l'host, la porta e il protocollo di autenticazione specificati.</returns>
  603. <param name="host">Il computer host che sta eseguendo l'autenticazione del client.</param>
  604. <param name="port">La porta dell'<paramref name="host " />che sarà utilizzata dal client per le comunicazioni.</param>
  605. <param name="authenticationType">Protocollo di autenticazione.</param>
  606. </member>
  607. <member name="T:System.Net.IPAddress">
  608. <summary>Fornisce un indirizzo IP (Internet Protocol).</summary>
  609. </member>
  610. <member name="M:System.Net.IPAddress.#ctor(System.Byte[])">
  611. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.IPAddress" /> con l'indirizzo specificato come matrice <see cref="T:System.Byte" />.</summary>
  612. <param name="address">Valore della matrice di byte dell'indirizzo IP. </param>
  613. <exception cref="T:System.ArgumentNullException">
  614. <paramref name="address" /> è null. </exception>
  615. <exception cref="T:System.ArgumentException">
  616. <paramref name="address" /> contiene un indirizzo IP errato. </exception>
  617. </member>
  618. <member name="M:System.Net.IPAddress.#ctor(System.Byte[],System.Int64)">
  619. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.IPAddress" /> con l'indirizzo specificato come matrice <see cref="T:System.Byte" /> e l'identificatore di ambito specificato.</summary>
  620. <param name="address">Valore della matrice di byte dell'indirizzo IP. </param>
  621. <param name="scopeid">Valore long dell'identificatore di ambito. </param>
  622. <exception cref="T:System.ArgumentNullException">
  623. <paramref name="address" /> è null. </exception>
  624. <exception cref="T:System.ArgumentException">
  625. <paramref name="address" /> contiene un indirizzo IP errato. </exception>
  626. <exception cref="T:System.ArgumentOutOfRangeException">
  627. <paramref name="scopeid" /> &lt; 0 oppure <paramref name="scopeid" /> &gt; 0x00000000FFFFFFFF </exception>
  628. </member>
  629. <member name="M:System.Net.IPAddress.#ctor(System.Int64)">
  630. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.IPAddress" /> con l'indirizzo specificato struttura <see cref="T:System.Int64" />.</summary>
  631. <param name="newAddress">Valore long dell'indirizzo IP.Ad esempio, il valore 0x2414188f in formato big-endian corrisponde all'indirizzo IP "143.24.20.36".</param>
  632. <exception cref="T:System.ArgumentOutOfRangeException">
  633. <paramref name="newAddress" /> &lt; 0 oppure <paramref name="newAddress" /> &gt; 0x00000000FFFFFFFF </exception>
  634. </member>
  635. <member name="P:System.Net.IPAddress.AddressFamily">
  636. <summary>Ottiene la famiglia di indirizzi dell'indirizzo IP.</summary>
  637. <returns>Restituisce l'enumerazione <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork" /> per IPv4 o <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6" /> per IPv6.</returns>
  638. </member>
  639. <member name="F:System.Net.IPAddress.Any">
  640. <summary>Fornisce un indirizzo IP che indica che il server deve attendere l'attività dei client su tutte le interfacce di rete.Questo è un campo di sola lettura.</summary>
  641. </member>
  642. <member name="F:System.Net.IPAddress.Broadcast">
  643. <summary>Fornisce l'indirizzo di broadcast IP.Questo è un campo di sola lettura.</summary>
  644. </member>
  645. <member name="M:System.Net.IPAddress.Equals(System.Object)">
  646. <summary>Confronta due indirizzi IP.</summary>
  647. <returns>true se i due indirizzi sono uguali. In caso contrario, false.</returns>
  648. <param name="comparand">Un'istanza di <see cref="T:System.Net.IPAddress" /> da confrontare con l'istanza corrente. </param>
  649. </member>
  650. <member name="M:System.Net.IPAddress.GetAddressBytes">
  651. <summary>Fornisce una copia della classe <see cref="T:System.Net.IPAddress" /> come una matrice di byte.</summary>
  652. <returns>Matrice <see cref="T:System.Byte" />.</returns>
  653. </member>
  654. <member name="M:System.Net.IPAddress.GetHashCode">
  655. <summary>Restituisce un valore hash per un indirizzo IP.</summary>
  656. <returns>Valore hash intero.</returns>
  657. <PermissionSet>
  658. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  659. </PermissionSet>
  660. </member>
  661. <member name="M:System.Net.IPAddress.HostToNetworkOrder(System.Int16)">
  662. <summary>Converte un valore short dall'ordine dei byte dell'host a quello della rete.</summary>
  663. <returns>Un valore short espresso nell'ordine dei byte della rete.</returns>
  664. <param name="host">Il numero da convertire espresso nell'ordine dei byte dell'host. </param>
  665. </member>
  666. <member name="M:System.Net.IPAddress.HostToNetworkOrder(System.Int32)">
  667. <summary>Converte un valore intero dall'ordine dei byte dell'host a quello della rete.</summary>
  668. <returns>Valore intero espresso nell'ordine dei byte della rete.</returns>
  669. <param name="host">Il numero da convertire espresso nell'ordine dei byte dell'host. </param>
  670. </member>
  671. <member name="M:System.Net.IPAddress.HostToNetworkOrder(System.Int64)">
  672. <summary>Converte un valore long dall'ordine dei byte dell'host a quello della rete.</summary>
  673. <returns>Un valore long espresso nell'ordine dei byte della rete.</returns>
  674. <param name="host">Il numero da convertire espresso nell'ordine dei byte dell'host. </param>
  675. </member>
  676. <member name="F:System.Net.IPAddress.IPv6Any">
  677. <summary>Il metodo <see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)" /> utilizza il campo <see cref="F:System.Net.IPAddress.IPv6Any" /> per indicare che una classe <see cref="T:System.Net.Sockets.Socket" /> deve attendere l'attività dei client su tutte le interfacce di rete.</summary>
  678. </member>
  679. <member name="F:System.Net.IPAddress.IPv6Loopback">
  680. <summary>Fornisce l'indirizzo di loopback IP.Proprietà di sola lettura.</summary>
  681. </member>
  682. <member name="F:System.Net.IPAddress.IPv6None">
  683. <summary>Fornisce un indirizzo IP che indica che non deve essere utilizzata alcuna interfaccia di rete.Proprietà di sola lettura.</summary>
  684. </member>
  685. <member name="P:System.Net.IPAddress.IsIPv4MappedToIPv6">
  686. <summary>Ottiene se l'indirizzo IP è di tipo IPv6 mappato IPv4.</summary>
  687. <returns>Restituisca il valore <see cref="T:System.Boolean" />.true se l'indirizzo IP è un indirizzo IPv6 mappato IPv4; in caso contrario, false.</returns>
  688. </member>
  689. <member name="P:System.Net.IPAddress.IsIPv6LinkLocal">
  690. <summary>Ottiene se l'indirizzo è di tipo link-local IPv6.</summary>
  691. <returns>true se l'indirizzo è di tipo link-local IPv6; in caso contrario, false.</returns>
  692. </member>
  693. <member name="P:System.Net.IPAddress.IsIPv6Multicast">
  694. <summary>Ottiene se l'indirizzo è di tipo multicast globale IPv6.</summary>
  695. <returns>true se l'indirizzo è di tipo multicast globale IPv6; in caso contrario, false.</returns>
  696. </member>
  697. <member name="P:System.Net.IPAddress.IsIPv6SiteLocal">
  698. <summary>Ottiene se l'indirizzo è di tipo site-local IPv6.</summary>
  699. <returns>true se l'indirizzo è di tipo site-local IPv6; in caso contrario, false.</returns>
  700. </member>
  701. <member name="P:System.Net.IPAddress.IsIPv6Teredo">
  702. <summary>Ottiene un valore che indica se l'indirizzo è di tipo Teredo IPv6.</summary>
  703. <returns>true se l'indirizzo IP è di tipo Teredo IPv6. In caso contrario, false.</returns>
  704. </member>
  705. <member name="M:System.Net.IPAddress.IsLoopback(System.Net.IPAddress)">
  706. <summary>Indica se l'indirizzo IP specificato è quello di loopback.</summary>
  707. <returns>true se <paramref name="address" /> è l'indirizzo di loopback. In caso contrario, false.</returns>
  708. <param name="address">Indirizzo IP. </param>
  709. </member>
  710. <member name="F:System.Net.IPAddress.Loopback">
  711. <summary>Fornisce l'indirizzo di loopback IP.Questo è un campo di sola lettura.</summary>
  712. </member>
  713. <member name="M:System.Net.IPAddress.MapToIPv4">
  714. <summary>Esegue il mapping dell'oggetto <see cref="T:System.Net.IPAddress" /> a un indirizzo IPv4.</summary>
  715. <returns>Restituisca il valore <see cref="T:System.Net.IPAddress" />.Indirizzo IPv4.</returns>
  716. </member>
  717. <member name="M:System.Net.IPAddress.MapToIPv6">
  718. <summary>Esegue il mapping dell'oggetto <see cref="T:System.Net.IPAddress" /> a un indirizzo IPv6.</summary>
  719. <returns>Restituisca il valore <see cref="T:System.Net.IPAddress" />.Indirizzo IPv6.</returns>
  720. </member>
  721. <member name="M:System.Net.IPAddress.NetworkToHostOrder(System.Int16)">
  722. <summary>Converte un valore short dall'ordine dei byte della rete a quello dell'host.</summary>
  723. <returns>Un valore short espresso nell'ordine dei byte dell'host.</returns>
  724. <param name="network">Il numero da convertire espresso nell'ordine dei byte della rete. </param>
  725. </member>
  726. <member name="M:System.Net.IPAddress.NetworkToHostOrder(System.Int32)">
  727. <summary>Converte un valore intero dall'ordine dei byte della rete a quello dell'host.</summary>
  728. <returns>Valore intero espresso nell'ordine dei byte dell'host.</returns>
  729. <param name="network">Il numero da convertire espresso nell'ordine dei byte della rete. </param>
  730. </member>
  731. <member name="M:System.Net.IPAddress.NetworkToHostOrder(System.Int64)">
  732. <summary>Converte un valore long dall'ordine dei byte della rete a quello dell'host.</summary>
  733. <returns>Un valore long espresso nell'ordine dei byte dell'host.</returns>
  734. <param name="network">Il numero da convertire espresso nell'ordine dei byte della rete. </param>
  735. </member>
  736. <member name="F:System.Net.IPAddress.None">
  737. <summary>Fornisce un indirizzo IP che indica che non deve essere utilizzata alcuna interfaccia di rete.Questo è un campo di sola lettura.</summary>
  738. </member>
  739. <member name="M:System.Net.IPAddress.Parse(System.String)">
  740. <summary>Converte una stringa di indirizzi IP in un'istanza di <see cref="T:System.Net.IPAddress" />.</summary>
  741. <returns>Istanza di <see cref="T:System.Net.IPAddress" />.</returns>
  742. <param name="ipString">Stringa contenente un indirizzo IP nella notazione a quattro numeri separati da punti per IPv4 e nella notazione a cifre esadecimali separate da due punti per IPv6. </param>
  743. <exception cref="T:System.ArgumentNullException">
  744. <paramref name="ipString" /> è null. </exception>
  745. <exception cref="T:System.FormatException">
  746. <paramref name="ipString" /> non è un indirizzo IP valido. </exception>
  747. </member>
  748. <member name="P:System.Net.IPAddress.ScopeId">
  749. <summary>Ottiene o imposta l'identificatore di ambito dell'indirizzo IPv6.</summary>
  750. <returns>Valore long integer che specifica l’ambito dell'indirizzo.</returns>
  751. <exception cref="T:System.Net.Sockets.SocketException">AddressFamily = InterNetwork. </exception>
  752. <exception cref="T:System.ArgumentOutOfRangeException">
  753. <paramref name="scopeId" /> &lt; 0- oppure -<paramref name="scopeId" /> &gt; 0x00000000FFFFFFFF </exception>
  754. </member>
  755. <member name="M:System.Net.IPAddress.ToString">
  756. <summary>Converte un indirizzo Internet nella relativa notazione standard.</summary>
  757. <returns>Stringa contenente un indirizzo IP espresso nella notazione IPv4 a quattro numeri separati da punti e nella notazione IPv6 a cifre esadecimali separate da due punti.</returns>
  758. <exception cref="T:System.Net.Sockets.SocketException">La famiglia degli indirizzi è <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6" /> e l'indirizzo non è corretto. </exception>
  759. <PermissionSet>
  760. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  761. </PermissionSet>
  762. </member>
  763. <member name="M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)">
  764. <summary>Determina se una stringa è un indirizzo IP valido.</summary>
  765. <returns>true se <paramref name="ipString" /> è un indirizzo IP valido; in caso contrario, false.</returns>
  766. <param name="ipString">Stringa da convalidare.</param>
  767. <param name="address">Versione <see cref="T:System.Net.IPAddress" /> della stringa.</param>
  768. </member>
  769. <member name="T:System.Net.IPEndPoint">
  770. <summary>Rappresenta un endpoint della rete come indirizzo IP e numero di porta.</summary>
  771. </member>
  772. <member name="M:System.Net.IPEndPoint.#ctor(System.Int64,System.Int32)">
  773. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.IPEndPoint" /> con il numero di porta e l'indirizzo specificati.</summary>
  774. <param name="address">L'indirizzo IP dell'host Internet. </param>
  775. <param name="port">Numero di porta associato a <paramref name="address" /> oppure 0 per specificare qualsiasi porta disponibile.<paramref name="port" /> nell'ordine dell'host.</param>
  776. <exception cref="T:System.ArgumentOutOfRangeException">
  777. <paramref name="port" /> è minore di <see cref="F:System.Net.IPEndPoint.MinPort" />.- oppure - <paramref name="port" /> è maggiore di <see cref="F:System.Net.IPEndPoint.MaxPort" />.- oppure - <paramref name="address" /> è minore di 0 o maggiore di 0x00000000FFFFFFFF. </exception>
  778. </member>
  779. <member name="M:System.Net.IPEndPoint.#ctor(System.Net.IPAddress,System.Int32)">
  780. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.IPEndPoint" /> con il numero di porta e l'indirizzo specificati.</summary>
  781. <param name="address">Oggetto <see cref="T:System.Net.IPAddress" />. </param>
  782. <param name="port">Numero di porta associato a <paramref name="address" /> oppure 0 per specificare qualsiasi porta disponibile.<paramref name="port" /> nell'ordine dell'host.</param>
  783. <exception cref="T:System.ArgumentNullException">
  784. <paramref name="address" /> è null.</exception>
  785. <exception cref="T:System.ArgumentOutOfRangeException">
  786. <paramref name="port" /> è minore di <see cref="F:System.Net.IPEndPoint.MinPort" />.- oppure - <paramref name="port" /> è maggiore di <see cref="F:System.Net.IPEndPoint.MaxPort" />.- oppure - <paramref name="address" /> è minore di 0 o maggiore di 0x00000000FFFFFFFF. </exception>
  787. </member>
  788. <member name="P:System.Net.IPEndPoint.Address">
  789. <summary>Ottiene o imposta l'indirizzo IP dell'endpoint.</summary>
  790. <returns>Istanza di <see cref="T:System.Net.IPAddress" /> contenente l'indirizzo IP dell'endpoint.</returns>
  791. </member>
  792. <member name="P:System.Net.IPEndPoint.AddressFamily">
  793. <summary>Ottiene la famiglia di indirizzi IP (Internet Protocol).</summary>
  794. <returns>Restituisce <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork" />.</returns>
  795. </member>
  796. <member name="M:System.Net.IPEndPoint.Create(System.Net.SocketAddress)">
  797. <summary>Crea un endpoint da un indirizzo socket.</summary>
  798. <returns>Un'istanza di <see cref="T:System.Net.EndPoint" /> che utilizza l'indirizzo del socket specificato.</returns>
  799. <param name="socketAddress">Il <see cref="T:System.Net.SocketAddress" /> da utilizzare per l'endpoint. </param>
  800. <exception cref="T:System.ArgumentException">La AddressFamily di <paramref name="socketAddress" /> è diversa dall'AddressFamily dell'istanza corrente.- oppure - <paramref name="socketAddress" /> .Dimensione &lt; 8. </exception>
  801. <PermissionSet>
  802. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  803. </PermissionSet>
  804. </member>
  805. <member name="M:System.Net.IPEndPoint.Equals(System.Object)">
  806. <summary>Determina se l'oggetto <see cref="T:System.Object" /> specificato è uguale all'istanza <see cref="T:System.Net.IPEndPoint" /> corrente.</summary>
  807. <returns>true se l'oggetto specificato è uguale all'oggetto corrente; in caso contrario, false.</returns>
  808. <param name="comparand">L'oggetto <see cref="T:System.Object" /> specificato da confrontare con l'istanza <see cref="T:System.Net.IPEndPoint" /> corrente.</param>
  809. </member>
  810. <member name="M:System.Net.IPEndPoint.GetHashCode">
  811. <summary>Restituisce un valore hash per un'istanza di <see cref="T:System.Net.IPEndPoint" />.</summary>
  812. <returns>Valore hash intero.</returns>
  813. <PermissionSet>
  814. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  815. </PermissionSet>
  816. </member>
  817. <member name="F:System.Net.IPEndPoint.MaxPort">
  818. <summary>Specifica il valore massimo che può essere assegnato alla proprietà <see cref="P:System.Net.IPEndPoint.Port" />.Il valore MaxPort è impostato su 0x0000FFFF.Questo è un campo di sola lettura.</summary>
  819. </member>
  820. <member name="F:System.Net.IPEndPoint.MinPort">
  821. <summary>Specifica il valore minimo che può essere assegnato alla proprietà <see cref="P:System.Net.IPEndPoint.Port" />.Questo è un campo di sola lettura.</summary>
  822. </member>
  823. <member name="P:System.Net.IPEndPoint.Port">
  824. <summary>Ottiene o imposta il numero di porta dell'endpoint.</summary>
  825. <returns>Valore intero nell'intervallo compreso tra <see cref="F:System.Net.IPEndPoint.MinPort" /> e <see cref="F:System.Net.IPEndPoint.MaxPort" /> indicante il numero di porta dell'endpoint.</returns>
  826. <exception cref="T:System.ArgumentOutOfRangeException">Il valore specificato per un'operazione SET è minore di <see cref="F:System.Net.IPEndPoint.MinPort" /> o maggiore di <see cref="F:System.Net.IPEndPoint.MaxPort" />. </exception>
  827. </member>
  828. <member name="M:System.Net.IPEndPoint.Serialize">
  829. <summary>Serializza le informazioni di endpoint in un'istanza di <see cref="T:System.Net.SocketAddress" />.</summary>
  830. <returns>Un'istanza di <see cref="T:System.Net.SocketAddress" /> contenente l'indirizzo del socket per l'endpoint.</returns>
  831. </member>
  832. <member name="M:System.Net.IPEndPoint.ToString">
  833. <summary>Restituisce l'indirizzo IP e il numero della porta dell'endpoint specificato.</summary>
  834. <returns>Stringa contenente l'indirizzo IP e il numero della porta dell'endpoint specificato, ad esempio 192.168.1.2:80.</returns>
  835. <PermissionSet>
  836. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  837. </PermissionSet>
  838. </member>
  839. <member name="T:System.Net.IWebProxy">
  840. <summary>Fornisce l'interfaccia di base per l'implementazione dell'accesso proxy per la classe <see cref="T:System.Net.WebRequest" />.</summary>
  841. </member>
  842. <member name="P:System.Net.IWebProxy.Credentials">
  843. <summary>Le credenziali da inviare al server proxy per l'autenticazione.</summary>
  844. <returns>Istanza di <see cref="T:System.Net.ICredentials" /> in cui sono contenute le credenziali necessarie per autenticare una richiesta al server proxy.</returns>
  845. </member>
  846. <member name="M:System.Net.IWebProxy.GetProxy(System.Uri)">
  847. <summary>Restituisce l'URI di un proxy.</summary>
  848. <returns>Istanza di <see cref="T:System.Uri" /> in cui è contenuto l'URI del proxy utilizzato per contattare <paramref name="destination" />.</returns>
  849. <param name="destination">Oggetto <see cref="T:System.Uri" /> che specifica la risorsa Internet richiesta. </param>
  850. </member>
  851. <member name="M:System.Net.IWebProxy.IsBypassed(System.Uri)">
  852. <summary>Indica che il proxy non deve essere utilizzato per l'host specificato.</summary>
  853. <returns>true se il server proxy non deve essere utilizzato per <paramref name="host" />. In caso contrario, false.</returns>
  854. <param name="host">L'<see cref="T:System.Uri" /> dell'host di cui verificare l'utilizzo del proxy. </param>
  855. </member>
  856. <member name="T:System.Net.NetworkCredential">
  857. <summary>Fornisce le credenziali per gli schemi di autenticazione basati su password, come l'autenticazione di base, classificata, NTLM e Kerberos.</summary>
  858. </member>
  859. <member name="M:System.Net.NetworkCredential.#ctor">
  860. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.NetworkCredential" />.</summary>
  861. </member>
  862. <member name="M:System.Net.NetworkCredential.#ctor(System.String,System.String)">
  863. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.NetworkCredential" /> con il nome utente e la password specificati.</summary>
  864. <param name="userName">Il nome utente associato alle credenziali. </param>
  865. <param name="password">La password per il nome utente associato alle credenziali. </param>
  866. </member>
  867. <member name="M:System.Net.NetworkCredential.#ctor(System.String,System.String,System.String)">
  868. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.NetworkCredential" /> con il nome utente, la password e il dominio specificati.</summary>
  869. <param name="userName">Il nome utente associato alle credenziali. </param>
  870. <param name="password">La password per il nome utente associato alle credenziali. </param>
  871. <param name="domain">Il dominio associato alle credenziali. </param>
  872. </member>
  873. <member name="P:System.Net.NetworkCredential.Domain">
  874. <summary>Recupera o imposta il dominio o il nome del computer che verifica le credenziali.</summary>
  875. <returns>Nome del dominio associato alle credenziali.</returns>
  876. <PermissionSet>
  877. <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  878. </PermissionSet>
  879. </member>
  880. <member name="M:System.Net.NetworkCredential.GetCredential(System.String,System.Int32,System.String)">
  881. <summary>Restituisce un'istanza della classe <see cref="T:System.Net.NetworkCredential" /> per l'host, la porta e il tipo di autenticazione specificati.</summary>
  882. <returns>Classe <see cref="T:System.Net.NetworkCredential" /> per l'host, la porta e il protocollo di autenticazione specificati oppure null se non sono disponibili le credenziali per l'host, la porta e il protocollo di autenticazione specificati.</returns>
  883. <param name="host">Computer host che autentica il client.</param>
  884. <param name="port">Porta dell'<paramref name="host" /> tramite la quale comunica il client.</param>
  885. <param name="authenticationType">Il tipo di autenticazione richiesto così come è definito nella proprietà <see cref="P:System.Net.IAuthenticationModule.AuthenticationType" />. </param>
  886. </member>
  887. <member name="M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)">
  888. <summary>Restituisce un'istanza della classe <see cref="T:System.Net.NetworkCredential" /> per l'URI (Uniform Resource Identifier) e il tipo di autenticazione specificati.</summary>
  889. <returns>Oggetto <see cref="T:System.Net.NetworkCredential" />.</returns>
  890. <param name="uri">L'URI per il quale il client fornisce l'autenticazione. </param>
  891. <param name="authType">Il tipo di autenticazione richiesto così come è definito nella proprietà <see cref="P:System.Net.IAuthenticationModule.AuthenticationType" />. </param>
  892. </member>
  893. <member name="P:System.Net.NetworkCredential.Password">
  894. <summary>Recupera o imposta la password per il nome utente associato alle credenziali.</summary>
  895. <returns>Password associata alle credenziali.Se questa istanza di <see cref="T:System.Net.NetworkCredential" /> è stata inizializzata con il parametro <paramref name="password" /> impostato su null, la proprietà <see cref="P:System.Net.NetworkCredential.Password" /> restituirà una stringa vuota.</returns>
  896. <PermissionSet>
  897. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  898. </PermissionSet>
  899. </member>
  900. <member name="P:System.Net.NetworkCredential.UserName">
  901. <summary>Recupera o imposta il nome utente associato alle credenziali.</summary>
  902. <returns>Il nome utente associato alle credenziali.</returns>
  903. <PermissionSet>
  904. <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  905. </PermissionSet>
  906. </member>
  907. <member name="T:System.Net.SocketAddress">
  908. <summary>Archivia le informazioni serializzate dalla classi derivate <see cref="T:System.Net.EndPoint" />.</summary>
  909. </member>
  910. <member name="M:System.Net.SocketAddress.#ctor(System.Net.Sockets.AddressFamily)">
  911. <summary>Crea una nuova istanza della classe <see cref="T:System.Net.SocketAddress" /> per la determinata famiglia di indirizzi.</summary>
  912. <param name="family">Valore enumerato di <see cref="T:System.Net.Sockets.AddressFamily" />. </param>
  913. </member>
  914. <member name="M:System.Net.SocketAddress.#ctor(System.Net.Sockets.AddressFamily,System.Int32)">
  915. <summary>Crea una nuova istanza della classe <see cref="T:System.Net.SocketAddress" /> utilizzando la famiglia di indirizzi e la dimensione del buffer specificati.</summary>
  916. <param name="family">Valore enumerato di <see cref="T:System.Net.Sockets.AddressFamily" />. </param>
  917. <param name="size">Il numero di byte da allocare per il buffer sottostante. </param>
  918. <exception cref="T:System.ArgumentOutOfRangeException">
  919. <paramref name="size" /> è minore di 2.Questi due byte sono necessari per archiviare <paramref name="family" />.</exception>
  920. </member>
  921. <member name="M:System.Net.SocketAddress.Equals(System.Object)">
  922. <summary>Determina se l'oggetto <see cref="T:System.Object" /> specificato è uguale all'istanza corrente di <see cref="T:System.Net.SocketAddress" />.</summary>
  923. <returns>true se l'oggetto specificato è uguale all'oggetto corrente; in caso contrario, false.</returns>
  924. <param name="comparand">L'oggetto <see cref="T:System.Object" /> specificato da confrontare con l'istanza <see cref="T:System.Net.SocketAddress" /> corrente.</param>
  925. </member>
  926. <member name="P:System.Net.SocketAddress.Family">
  927. <summary>Recupera il valore enumerato di <see cref="T:System.Net.Sockets.AddressFamily" /> del <see cref="T:System.Net.SocketAddress" /> corrente.</summary>
  928. <returns>Uno dei valori enumerati di <see cref="T:System.Net.Sockets.AddressFamily" />.</returns>
  929. </member>
  930. <member name="M:System.Net.SocketAddress.GetHashCode">
  931. <summary>Viene utilizzato come funzione hash per un tipo particolare, adatto per l'utilizzo in algoritmi hash e in strutture di dati quali una tabella hash.</summary>
  932. <returns>Codice hash per l'oggetto corrente.</returns>
  933. </member>
  934. <member name="P:System.Net.SocketAddress.Item(System.Int32)">
  935. <summary>Recupera o imposta l'elemento indice specificato nel buffer sottostante.</summary>
  936. <returns>Il valore dell'elemento indice specificato nel buffer sottostante.</returns>
  937. <param name="offset">Elemento dell'indice della matrice delle informazioni desiderate. </param>
  938. <exception cref="T:System.IndexOutOfRangeException">L'indice specificato non esiste nel buffer. </exception>
  939. </member>
  940. <member name="P:System.Net.SocketAddress.Size">
  941. <summary>Recupera la dimensione del buffer sottostante di <see cref="T:System.Net.SocketAddress" />.</summary>
  942. <returns>La dimensione del buffer sottostante di <see cref="T:System.Net.SocketAddress" />.</returns>
  943. </member>
  944. <member name="M:System.Net.SocketAddress.ToString">
  945. <summary>Restituisce le informazioni sull'indirizzo socket.</summary>
  946. <returns>Stringa in cui sono contenute informazioni sul <see cref="T:System.Net.SocketAddress" />.</returns>
  947. <PermissionSet>
  948. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  949. </PermissionSet>
  950. </member>
  951. <member name="T:System.Net.TransportContext">
  952. <summary>La classe <see cref="T:System.Net.TransportContext" /> fornisce contesto aggiuntivo sul livello di trasporto sottostante.</summary>
  953. </member>
  954. <member name="M:System.Net.TransportContext.#ctor">
  955. <summary>Crea una nuova istanza della classe <see cref="T:System.Net.TransportContext" />.</summary>
  956. </member>
  957. <member name="M:System.Net.TransportContext.GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind)">
  958. <summary>Recupera l'associazione di canale richiesta. </summary>
  959. <returns>Oggetto <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" /> richiesto oppure null se l'associazione di canale non è supportata dal trasporto corrente o dal sistema operativo.</returns>
  960. <param name="kind">Tipo di associazione di canale da recuperare.</param>
  961. <exception cref="T:System.NotSupportedException">
  962. <paramref name="kind" /> deve essere <see cref="F:System.Security.Authentication.ExtendedProtection.ChannelBindingKind.Endpoint" /> per l'utilizzo con <see cref="T:System.Net.TransportContext" /> recuperato dalla proprietà <see cref="P:System.Net.HttpListenerRequest.TransportContext" />.</exception>
  963. </member>
  964. <member name="T:System.Net.NetworkInformation.IPAddressCollection">
  965. <summary>Memorizza un insieme di tipi <see cref="T:System.Net.IPAddress" />.</summary>
  966. </member>
  967. <member name="M:System.Net.NetworkInformation.IPAddressCollection.#ctor">
  968. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.NetworkInformation.IPAddressCollection" />.</summary>
  969. </member>
  970. <member name="M:System.Net.NetworkInformation.IPAddressCollection.Add(System.Net.IPAddress)">
  971. <summary>Genera un'eccezione <see cref="T:System.NotSupportedException" /> dal momento che questa operazione non è supportata per questo insieme.</summary>
  972. <param name="address">L'oggetto da aggiungere all'insieme.</param>
  973. </member>
  974. <member name="M:System.Net.NetworkInformation.IPAddressCollection.Clear">
  975. <summary>Genera un'eccezione <see cref="T:System.NotSupportedException" /> dal momento che questa operazione non è supportata per questo insieme.</summary>
  976. </member>
  977. <member name="M:System.Net.NetworkInformation.IPAddressCollection.Contains(System.Net.IPAddress)">
  978. <summary>Consente di verificare se l'insieme contiene l'oggetto <see cref="T:System.Net.IPAddress" /> specificato.</summary>
  979. <returns>true se l'oggetto <see cref="T:System.Net.IPAddress" /> esiste nell'insieme; in caso contrario, false.</returns>
  980. <param name="address">Oggetto <see cref="T:System.Net.IPAddress" /> da cercare nell'insieme.</param>
  981. </member>
  982. <member name="M:System.Net.NetworkInformation.IPAddressCollection.CopyTo(System.Net.IPAddress[],System.Int32)">
  983. <summary>Copia gli elementi di questo insieme in una matrice unidimensionale di tipo <see cref="T:System.Net.IPAddress" />.</summary>
  984. <param name="array">Matrice unidimensionale in cui viene effettuata la copia dell'insieme.</param>
  985. <param name="offset">Indice in base zero della matrice indicata nel parametro <paramref name="array" /> in corrispondenza del quale ha inizio la copia.</param>
  986. <exception cref="T:System.ArgumentNullException">
  987. <paramref name="array" /> è null. </exception>
  988. <exception cref="T:System.ArgumentOutOfRangeException">
  989. <paramref name="offset" /> è minore di zero. </exception>
  990. <exception cref="T:System.ArgumentException">
  991. <paramref name="array" /> è multidimensionale.- oppure - Il numero degli elementi di questo oggetto <see cref="T:System.Net.NetworkInformation.IPAddressCollection" /> è maggiore dello spazio disponibile tra <paramref name="offset" /> e la fine della <paramref name="array" /> di destinazione. </exception>
  992. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast degli elementi di questo oggetto <see cref="T:System.Net.NetworkInformation.IPAddressCollection" /> nel tipo della <paramref name="array" /> di destinazione. </exception>
  993. </member>
  994. <member name="P:System.Net.NetworkInformation.IPAddressCollection.Count">
  995. <summary>Ottiene il numero dei tipi <see cref="T:System.Net.IPAddress" /> nell'insieme.</summary>
  996. <returns>Valore <see cref="T:System.Int32" /> contenente il numero di tipi <see cref="T:System.Net.IPAddress" /> nell'insieme.</returns>
  997. </member>
  998. <member name="M:System.Net.NetworkInformation.IPAddressCollection.GetEnumerator">
  999. <summary>Restituisce un oggetto che può essere utilizzato per scorrere l'insieme.</summary>
  1000. <returns>Oggetto che implementa l'interfaccia <see cref="T:System.Collections.IEnumerator" /> e fornisce accesso ai tipi <see cref="T:System.Net.NetworkInformation.IPAddressCollection" /> in questo insieme.</returns>
  1001. </member>
  1002. <member name="P:System.Net.NetworkInformation.IPAddressCollection.IsReadOnly">
  1003. <summary>Ottiene un valore che indica se l'accesso all'insieme è in sola lettura.</summary>
  1004. <returns>true in tutti i casi.</returns>
  1005. </member>
  1006. <member name="P:System.Net.NetworkInformation.IPAddressCollection.Item(System.Int32)">
  1007. <summary>Ottiene l'oggetto <see cref="T:System.Net.IPAddress" /> dell'insieme in corrispondenza dell'indice specificato.</summary>
  1008. <returns>Oggetto <see cref="T:System.Net.IPAddress" /> contenuto nell'insieme in corrispondenza dell'indice specificato.</returns>
  1009. <param name="index">Indice desiderato.</param>
  1010. </member>
  1011. <member name="M:System.Net.NetworkInformation.IPAddressCollection.Remove(System.Net.IPAddress)">
  1012. <summary>Genera un'eccezione <see cref="T:System.NotSupportedException" /> dal momento che questa operazione non è supportata per questo insieme.</summary>
  1013. <returns>Genera sempre un'eccezione <see cref="T:System.NotSupportedException" />.</returns>
  1014. <param name="address">Oggetto da rimuovere.</param>
  1015. </member>
  1016. <member name="M:System.Net.NetworkInformation.IPAddressCollection.System#Collections#IEnumerable#GetEnumerator">
  1017. <summary>Restituisce un oggetto che può essere utilizzato per scorrere l'insieme.</summary>
  1018. <returns>Oggetto che implementa l'interfaccia <see cref="T:System.Collections.IEnumerator" /> e fornisce accesso ai tipi <see cref="T:System.Net.NetworkInformation.IPAddressCollection" /> in questo insieme.</returns>
  1019. </member>
  1020. <member name="T:System.Net.Security.AuthenticationLevel">
  1021. <summary>Specifica i requisiti client per l'autenticazione e la rappresentazione quando si utilizza la classe <see cref="T:System.Net.WebRequest" /> e le classi derivate per richiedere una risorsa.</summary>
  1022. </member>
  1023. <member name="F:System.Net.Security.AuthenticationLevel.MutualAuthRequested">
  1024. <summary>Il client e il server devono essere autenticati.Se il server non viene autenticato, la richiesta ha esito negativo.Per determinare se si è verificata l'autenticazione reciproca, controllare il valore della proprietà <see cref="P:System.Net.WebResponse.IsMutuallyAuthenticated" />.</summary>
  1025. </member>
  1026. <member name="F:System.Net.Security.AuthenticationLevel.MutualAuthRequired">
  1027. <summary>Il client e il server devono essere autenticati.Se il server non viene autenticato, l'applicazione riceverà una classe <see cref="T:System.IO.IOException" /> con un'eccezione interna <see cref="T:System.Net.ProtocolViolationException" /> indicante che l'autenticazione reciproca ha avuto esito negativo.</summary>
  1028. </member>
  1029. <member name="F:System.Net.Security.AuthenticationLevel.None">
  1030. <summary>Non è necessaria alcuna autenticazione per il client e il server.</summary>
  1031. </member>
  1032. <member name="T:System.Net.Security.SslPolicyErrors">
  1033. <summary>Enumera gli errori dei criteri SSL (Secure Socket Layer).</summary>
  1034. </member>
  1035. <member name="F:System.Net.Security.SslPolicyErrors.None">
  1036. <summary>Nessun errore dei criteri SSL.</summary>
  1037. </member>
  1038. <member name="F:System.Net.Security.SslPolicyErrors.RemoteCertificateChainErrors">
  1039. <summary>
  1040. <see cref="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus" /> ha restituito una matrice non vuota.</summary>
  1041. </member>
  1042. <member name="F:System.Net.Security.SslPolicyErrors.RemoteCertificateNameMismatch">
  1043. <summary>Mancata corrispondenza nel nome del certificato.</summary>
  1044. </member>
  1045. <member name="F:System.Net.Security.SslPolicyErrors.RemoteCertificateNotAvailable">
  1046. <summary>Certificato non disponibile.</summary>
  1047. </member>
  1048. <member name="T:System.Net.Sockets.AddressFamily">
  1049. <summary>Specifica lo schema di indirizzamento utilizzabile da un'istanza della classe <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1050. </member>
  1051. <member name="F:System.Net.Sockets.AddressFamily.AppleTalk">
  1052. <summary>Indirizzo AppleTalk.</summary>
  1053. </member>
  1054. <member name="F:System.Net.Sockets.AddressFamily.Atm">
  1055. <summary>Indirizzo dei servizi ATM nativi.</summary>
  1056. </member>
  1057. <member name="F:System.Net.Sockets.AddressFamily.Banyan">
  1058. <summary>Indirizzo Banyan.</summary>
  1059. </member>
  1060. <member name="F:System.Net.Sockets.AddressFamily.Ccitt">
  1061. <summary>Indirizzi per protocolli CCITT, ad esempio X.25.</summary>
  1062. </member>
  1063. <member name="F:System.Net.Sockets.AddressFamily.Chaos">
  1064. <summary>Indirizzo per protocolli MIT CHAOS.</summary>
  1065. </member>
  1066. <member name="F:System.Net.Sockets.AddressFamily.Cluster">
  1067. <summary>Indirizzo per prodotti Microsoft Cluster.</summary>
  1068. </member>
  1069. <member name="F:System.Net.Sockets.AddressFamily.DataKit">
  1070. <summary>Indirizzo per protocolli Datakit.</summary>
  1071. </member>
  1072. <member name="F:System.Net.Sockets.AddressFamily.DataLink">
  1073. <summary>Indirizzo dell'interfaccia a collegamento dati diretto.</summary>
  1074. </member>
  1075. <member name="F:System.Net.Sockets.AddressFamily.DecNet">
  1076. <summary>Indirizzo DECnet.</summary>
  1077. </member>
  1078. <member name="F:System.Net.Sockets.AddressFamily.Ecma">
  1079. <summary>Indirizzo ECMA (European Computer Manufacturers Association).</summary>
  1080. </member>
  1081. <member name="F:System.Net.Sockets.AddressFamily.FireFox">
  1082. <summary>Indirizzo FireFox.</summary>
  1083. </member>
  1084. <member name="F:System.Net.Sockets.AddressFamily.HyperChannel">
  1085. <summary>Indirizzo NSC Hyperchannel.</summary>
  1086. </member>
  1087. <member name="F:System.Net.Sockets.AddressFamily.Ieee12844">
  1088. <summary>Indirizzo per gruppo di lavoro IEEE 1284.4.</summary>
  1089. </member>
  1090. <member name="F:System.Net.Sockets.AddressFamily.ImpLink">
  1091. <summary>Indirizzo ARPANET IMP.</summary>
  1092. </member>
  1093. <member name="F:System.Net.Sockets.AddressFamily.InterNetwork">
  1094. <summary>Indirizzo per IP versione 4.</summary>
  1095. </member>
  1096. <member name="F:System.Net.Sockets.AddressFamily.InterNetworkV6">
  1097. <summary>Indirizzo per IP versione 6.</summary>
  1098. </member>
  1099. <member name="F:System.Net.Sockets.AddressFamily.Ipx">
  1100. <summary>Indirizzo IPX o SPX.</summary>
  1101. </member>
  1102. <member name="F:System.Net.Sockets.AddressFamily.Irda">
  1103. <summary>Indirizzo IrDA.</summary>
  1104. </member>
  1105. <member name="F:System.Net.Sockets.AddressFamily.Iso">
  1106. <summary>Indirizzo per protocolli ISO.</summary>
  1107. </member>
  1108. <member name="F:System.Net.Sockets.AddressFamily.Lat">
  1109. <summary>Indirizzo LAT.</summary>
  1110. </member>
  1111. <member name="F:System.Net.Sockets.AddressFamily.NetBios">
  1112. <summary>Indirizzo NetBios.</summary>
  1113. </member>
  1114. <member name="F:System.Net.Sockets.AddressFamily.NetworkDesigners">
  1115. <summary>Indirizzo per protocolli con funzionalità di gateway OSI Network Designers.</summary>
  1116. </member>
  1117. <member name="F:System.Net.Sockets.AddressFamily.NS">
  1118. <summary>Indirizzo per protocolli NS Xerox.</summary>
  1119. </member>
  1120. <member name="F:System.Net.Sockets.AddressFamily.Osi">
  1121. <summary>Indirizzo per protocolli OSI.</summary>
  1122. </member>
  1123. <member name="F:System.Net.Sockets.AddressFamily.Pup">
  1124. <summary>Indirizzo per protocolli PUP.</summary>
  1125. </member>
  1126. <member name="F:System.Net.Sockets.AddressFamily.Sna">
  1127. <summary>Indirizzo SNA IBM.</summary>
  1128. </member>
  1129. <member name="F:System.Net.Sockets.AddressFamily.Unix">
  1130. <summary>Indirizzo Unix da locale a host.</summary>
  1131. </member>
  1132. <member name="F:System.Net.Sockets.AddressFamily.Unknown">
  1133. <summary>Famiglia di indirizzi sconosciuta.</summary>
  1134. </member>
  1135. <member name="F:System.Net.Sockets.AddressFamily.Unspecified">
  1136. <summary>Famiglia di indirizzi non specificata.</summary>
  1137. </member>
  1138. <member name="F:System.Net.Sockets.AddressFamily.VoiceView">
  1139. <summary>Indirizzo VoiceView.</summary>
  1140. </member>
  1141. <member name="T:System.Net.Sockets.SocketError">
  1142. <summary>Definisce i codici di errore per la classe <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1143. </member>
  1144. <member name="F:System.Net.Sockets.SocketError.AccessDenied">
  1145. <summary>Si è tentato di accedere a un oggetto <see cref="T:System.Net.Sockets.Socket" /> secondo modalità non consentite dalle relative autorizzazioni di accesso.</summary>
  1146. </member>
  1147. <member name="F:System.Net.Sockets.SocketError.AddressAlreadyInUse">
  1148. <summary>Di norma è consentito utilizzare un indirizzo una sola volta.</summary>
  1149. </member>
  1150. <member name="F:System.Net.Sockets.SocketError.AddressFamilyNotSupported">
  1151. <summary>La famiglia di indirizzi specificata non è supportata.Questo errore viene restituito se è stata specificata la famiglia di indirizzi IPv6 e lo stack IPv6 non è installato nel computer locale.Questo errore viene restituito se è stata specificata la famiglia di indirizzi IPv4 e lo stack IPv4 non è installato nel computer locale.</summary>
  1152. </member>
  1153. <member name="F:System.Net.Sockets.SocketError.AddressNotAvailable">
  1154. <summary>L'indirizzo IP selezionato non è valido in questo contesto.</summary>
  1155. </member>
  1156. <member name="F:System.Net.Sockets.SocketError.AlreadyInProgress">
  1157. <summary>È già in corso un'operazione per l'oggetto <see cref="T:System.Net.Sockets.Socket" /> non bloccante.</summary>
  1158. </member>
  1159. <member name="F:System.Net.Sockets.SocketError.ConnectionAborted">
  1160. <summary>La connessione è stata interrotta da .NET Framework o dal provider del socket sottostante.</summary>
  1161. </member>
  1162. <member name="F:System.Net.Sockets.SocketError.ConnectionRefused">
  1163. <summary>La connessione viene rifiutata in maniera persistente dall'host remoto.</summary>
  1164. </member>
  1165. <member name="F:System.Net.Sockets.SocketError.ConnectionReset">
  1166. <summary>La connessione è stata ripristinata dal peer remoto.</summary>
  1167. </member>
  1168. <member name="F:System.Net.Sockets.SocketError.DestinationAddressRequired">
  1169. <summary>È stato omesso un indirizzo richiesto in un'operazione su un oggetto <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1170. </member>
  1171. <member name="F:System.Net.Sockets.SocketError.Disconnecting">
  1172. <summary>È in corso un arresto di tipo graceful.</summary>
  1173. </member>
  1174. <member name="F:System.Net.Sockets.SocketError.Fault">
  1175. <summary>L'indirizzo del puntatore rilevato dal provider del socket sottostante non è valido.</summary>
  1176. </member>
  1177. <member name="F:System.Net.Sockets.SocketError.HostDown">
  1178. <summary>L'operazione non è stata completata perché l'host remoto è inattivo.</summary>
  1179. </member>
  1180. <member name="F:System.Net.Sockets.SocketError.HostNotFound">
  1181. <summary>L'host è sconosciuto.Il nome specificato non è un nome né un alias di host ufficiale.</summary>
  1182. </member>
  1183. <member name="F:System.Net.Sockets.SocketError.HostUnreachable">
  1184. <summary>Non esiste una route di rete per l'host specificato.</summary>
  1185. </member>
  1186. <member name="F:System.Net.Sockets.SocketError.InProgress">
  1187. <summary>È in corso un'operazione di blocco.</summary>
  1188. </member>
  1189. <member name="F:System.Net.Sockets.SocketError.Interrupted">
  1190. <summary>È stata annullata una chiamata all'oggetto <see cref="T:System.Net.Sockets.Socket" /> bloccante.</summary>
  1191. </member>
  1192. <member name="F:System.Net.Sockets.SocketError.InvalidArgument">
  1193. <summary>È stato fornito un argomento non valido a un membro <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1194. </member>
  1195. <member name="F:System.Net.Sockets.SocketError.IOPending">
  1196. <summary>È stata avviata un'operazione sovrapposta che non è possibile completare immediatamente.</summary>
  1197. </member>
  1198. <member name="F:System.Net.Sockets.SocketError.IsConnected">
  1199. <summary>L'oggetto <see cref="T:System.Net.Sockets.Socket" /> è già connesso.</summary>
  1200. </member>
  1201. <member name="F:System.Net.Sockets.SocketError.MessageSize">
  1202. <summary>Il datagramma è troppo lungo.</summary>
  1203. </member>
  1204. <member name="F:System.Net.Sockets.SocketError.NetworkDown">
  1205. <summary>La rete non è disponibile.</summary>
  1206. </member>
  1207. <member name="F:System.Net.Sockets.SocketError.NetworkReset">
  1208. <summary>L'applicazione ha tentato di impostare <see cref="F:System.Net.Sockets.SocketOptionName.KeepAlive" /> su una connessione già scaduta.</summary>
  1209. </member>
  1210. <member name="F:System.Net.Sockets.SocketError.NetworkUnreachable">
  1211. <summary>Non esiste una route per l'host remoto.</summary>
  1212. </member>
  1213. <member name="F:System.Net.Sockets.SocketError.NoBufferSpaceAvailable">
  1214. <summary>Non è disponibile spazio libero nel buffer per un'operazione <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1215. </member>
  1216. <member name="F:System.Net.Sockets.SocketError.NoData">
  1217. <summary>Nel server dei nomi non sono stati trovati il nome o l'indirizzo IP richiesto.</summary>
  1218. </member>
  1219. <member name="F:System.Net.Sockets.SocketError.NoRecovery">
  1220. <summary>L'errore è irreversibile oppure non è possibile individuare il database richiesto.</summary>
  1221. </member>
  1222. <member name="F:System.Net.Sockets.SocketError.NotConnected">
  1223. <summary>L'applicazione ha tentato di inviare o ricevere dati, ma l'oggetto <see cref="T:System.Net.Sockets.Socket" /> non è connesso.</summary>
  1224. </member>
  1225. <member name="F:System.Net.Sockets.SocketError.NotInitialized">
  1226. <summary>Il provider del socket sottostante non è stato inizializzato.</summary>
  1227. </member>
  1228. <member name="F:System.Net.Sockets.SocketError.NotSocket">
  1229. <summary>È stata tentata un'operazione <see cref="T:System.Net.Sockets.Socket" /> su un non-socket.</summary>
  1230. </member>
  1231. <member name="F:System.Net.Sockets.SocketError.OperationAborted">
  1232. <summary>L'operazione sovrapposta è stata annullata a causa della chiusura dell'oggetto <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1233. </member>
  1234. <member name="F:System.Net.Sockets.SocketError.OperationNotSupported">
  1235. <summary>La famiglia di indirizzi non è supportata dalla famiglia di protocolli.</summary>
  1236. </member>
  1237. <member name="F:System.Net.Sockets.SocketError.ProcessLimit">
  1238. <summary>Il provider del socket sottostante è utilizzato da troppi processi.</summary>
  1239. </member>
  1240. <member name="F:System.Net.Sockets.SocketError.ProtocolFamilyNotSupported">
  1241. <summary>La famiglia di protocolli non è implementata oppure non è stata configurata.</summary>
  1242. </member>
  1243. <member name="F:System.Net.Sockets.SocketError.ProtocolNotSupported">
  1244. <summary>Il protocollo non è implementato oppure non è stato configurato.</summary>
  1245. </member>
  1246. <member name="F:System.Net.Sockets.SocketError.ProtocolOption">
  1247. <summary>È stata utilizzata un'opzione o un livello sconosciuto, non valido o non supportato insieme all'oggetto <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1248. </member>
  1249. <member name="F:System.Net.Sockets.SocketError.ProtocolType">
  1250. <summary>Il tipo di protocollo non è corretto per questo oggetto <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1251. </member>
  1252. <member name="F:System.Net.Sockets.SocketError.Shutdown">
  1253. <summary>La richiesta di invio o ricezione di dati è stata annullata in quanto l'oggetto <see cref="T:System.Net.Sockets.Socket" /> è già stato chiuso.</summary>
  1254. </member>
  1255. <member name="F:System.Net.Sockets.SocketError.SocketError">
  1256. <summary>Si è verificato un errore non specificato relativo all'oggetto <see cref="T:System.Net.Sockets.Socket" />.</summary>
  1257. </member>
  1258. <member name="F:System.Net.Sockets.SocketError.SocketNotSupported">
  1259. <summary>Il supporto per il tipo di socket specificato non esiste in questa famiglia di indirizzi.</summary>
  1260. </member>
  1261. <member name="F:System.Net.Sockets.SocketError.Success">
  1262. <summary>L'operazione <see cref="T:System.Net.Sockets.Socket" /> ha avuto esito positivo.</summary>
  1263. </member>
  1264. <member name="F:System.Net.Sockets.SocketError.SystemNotReady">
  1265. <summary>Il sottosistema di rete non è disponibile.</summary>
  1266. </member>
  1267. <member name="F:System.Net.Sockets.SocketError.TimedOut">
  1268. <summary>Timeout del tentativo di connessione oppure l'host connesso non ha risposto.</summary>
  1269. </member>
  1270. <member name="F:System.Net.Sockets.SocketError.TooManyOpenSockets">
  1271. <summary>Nel provider del socket sottostante sono presenti troppi socket aperti.</summary>
  1272. </member>
  1273. <member name="F:System.Net.Sockets.SocketError.TryAgain">
  1274. <summary>Non è stato possibile risolvere il nome dell'host.Riprovare in un secondo tempo.</summary>
  1275. </member>
  1276. <member name="F:System.Net.Sockets.SocketError.TypeNotFound">
  1277. <summary>La classe specificata non è stata trovata.</summary>
  1278. </member>
  1279. <member name="F:System.Net.Sockets.SocketError.VersionNotSupported">
  1280. <summary>La versione del provider del socket sottostante non è compresa nell'intervallo.</summary>
  1281. </member>
  1282. <member name="F:System.Net.Sockets.SocketError.WouldBlock">
  1283. <summary>Non è possibile completare immediatamente un'operazione su un socket non bloccante.</summary>
  1284. </member>
  1285. <member name="T:System.Net.Sockets.SocketException">
  1286. <summary>Eccezione generata quando si verifica un errore socket.</summary>
  1287. </member>
  1288. <member name="M:System.Net.Sockets.SocketException.#ctor">
  1289. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.Sockets.SocketException" /> con l'ultimo codice errore del sistema operativo.</summary>
  1290. </member>
  1291. <member name="M:System.Net.Sockets.SocketException.#ctor(System.Int32)">
  1292. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Net.Sockets.SocketException" /> con il codice errore specificato.</summary>
  1293. <param name="errorCode">Codice errore indicante l'errore che si è verificato. </param>
  1294. </member>
  1295. <member name="P:System.Net.Sockets.SocketException.Message">
  1296. <summary>Ottiene il messaggio di errore associato all'eccezione.</summary>
  1297. <returns>Stringa che contiene il messaggio di errore. </returns>
  1298. </member>
  1299. <member name="P:System.Net.Sockets.SocketException.SocketErrorCode">
  1300. <summary>Ottiene il codice errore associato a questa eccezione.</summary>
  1301. <returns>Codice errore rappresentato da un numero intero associato a questa eccezione.</returns>
  1302. </member>
  1303. <member name="T:System.Security.Authentication.CipherAlgorithmType">
  1304. <summary>Definisce i possibili algoritmi di crittografia per la classe <see cref="T:System.Net.Security.SslStream" />.</summary>
  1305. </member>
  1306. <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes">
  1307. <summary>Algoritmo AES (Advanced Encryption Standard).</summary>
  1308. </member>
  1309. <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes128">
  1310. <summary>Algoritmo AES (Advanced Encryption Standard) con chiave a 128 bit.</summary>
  1311. </member>
  1312. <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes192">
  1313. <summary>Algoritmo AES (Advanced Encryption Standard) con chiave a 192 bit.</summary>
  1314. </member>
  1315. <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes256">
  1316. <summary>Algoritmo AES (Advanced Encryption Standard) con chiave a 256 bit.</summary>
  1317. </member>
  1318. <member name="F:System.Security.Authentication.CipherAlgorithmType.Des">
  1319. <summary>Algoritmo DES (Data Encryption Standard).</summary>
  1320. </member>
  1321. <member name="F:System.Security.Authentication.CipherAlgorithmType.None">
  1322. <summary>Nessun algoritmo di crittografia utilizzato.</summary>
  1323. </member>
  1324. <member name="F:System.Security.Authentication.CipherAlgorithmType.Null">
  1325. <summary>Un algoritmo Null non utilizza alcuna crittografia. </summary>
  1326. </member>
  1327. <member name="F:System.Security.Authentication.CipherAlgorithmType.Rc2">
  1328. <summary>Algoritmo RC2 (Rivest's Code 2).</summary>
  1329. </member>
  1330. <member name="F:System.Security.Authentication.CipherAlgorithmType.Rc4">
  1331. <summary>Algoritmo RC4 (Rivest's Code 4).</summary>
  1332. </member>
  1333. <member name="F:System.Security.Authentication.CipherAlgorithmType.TripleDes">
  1334. <summary>Algoritmo 3DES (Triple Data Encryption Standard).</summary>
  1335. </member>
  1336. <member name="T:System.Security.Authentication.ExchangeAlgorithmType">
  1337. <summary>Specifica l'algoritmo utilizzato per creare chiavi condivise dal client e dal server.</summary>
  1338. </member>
  1339. <member name="F:System.Security.Authentication.ExchangeAlgorithmType.DiffieHellman">
  1340. <summary>Algoritmo effimero di scambio delle chiavi Diffie-Hellman.</summary>
  1341. </member>
  1342. <member name="F:System.Security.Authentication.ExchangeAlgorithmType.None">
  1343. <summary>Nessun algoritmo di scambio delle chiavi utilizzato.</summary>
  1344. </member>
  1345. <member name="F:System.Security.Authentication.ExchangeAlgorithmType.RsaKeyX">
  1346. <summary>Algoritmo di scambio della chiave pubblica RSA.</summary>
  1347. </member>
  1348. <member name="F:System.Security.Authentication.ExchangeAlgorithmType.RsaSign">
  1349. <summary>Algoritmo di firma della chiave pubblica RSA.</summary>
  1350. </member>
  1351. <member name="T:System.Security.Authentication.HashAlgorithmType">
  1352. <summary>Specifica l'algoritmo utilizzato per generare codici MAC (Message Authentication Code).</summary>
  1353. </member>
  1354. <member name="F:System.Security.Authentication.HashAlgorithmType.Md5">
  1355. <summary>Algoritmo di hash MD5 (Message Digest 5).</summary>
  1356. </member>
  1357. <member name="F:System.Security.Authentication.HashAlgorithmType.None">
  1358. <summary>Nessun algoritmo di hash utilizzato.</summary>
  1359. </member>
  1360. <member name="F:System.Security.Authentication.HashAlgorithmType.Sha1">
  1361. <summary>Algoritmo di hash SHA1 (Secure Hashing Algorithm).</summary>
  1362. </member>
  1363. <member name="T:System.Security.Authentication.SslProtocols">
  1364. <summary>Definisce le possibili versioni della classe <see cref="T:System.Security.Authentication.SslProtocols" />.</summary>
  1365. </member>
  1366. <member name="F:System.Security.Authentication.SslProtocols.None">
  1367. <summary>Non è specificato alcun protocollo SSL.</summary>
  1368. </member>
  1369. <member name="F:System.Security.Authentication.SslProtocols.Ssl2">
  1370. <summary>Specifica il protocollo SSL 2.0.SSL 2.0 è stato sostituito dal protocollo TLS e viene fornito solo per mantenere la compatibilità con le versioni precedenti.</summary>
  1371. </member>
  1372. <member name="F:System.Security.Authentication.SslProtocols.Ssl3">
  1373. <summary>Specifica il protocollo SSL 3.0.SSL 3.0 è stato sostituito dal protocollo TLS e viene fornito solo per mantenere la compatibilità con le versioni precedenti.</summary>
  1374. </member>
  1375. <member name="F:System.Security.Authentication.SslProtocols.Tls">
  1376. <summary>Specifica il protocollo di sicurezza TLS 1.0.Il protocollo TLS è definito nella specifica IETF RFC 2246.</summary>
  1377. </member>
  1378. <member name="F:System.Security.Authentication.SslProtocols.Tls11">
  1379. <summary>Specifica il protocollo di sicurezza TLS 1.1.Il protocollo TLS è definito nella specifica IETF RFC 4346.</summary>
  1380. </member>
  1381. <member name="F:System.Security.Authentication.SslProtocols.Tls12">
  1382. <summary>Specifica il protocollo di sicurezza TLS 1.2.Il protocollo TLS è definito nella specifica IETF RFC 5246.</summary>
  1383. </member>
  1384. <member name="T:System.Security.Authentication.ExtendedProtection.ChannelBinding">
  1385. <summary>La classe <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" /> incapsula un puntatore ai dati opachi utilizzato per associare una transazione autenticata a un canale sicuro.</summary>
  1386. </member>
  1387. <member name="M:System.Security.Authentication.ExtendedProtection.ChannelBinding.#ctor">
  1388. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" />.</summary>
  1389. </member>
  1390. <member name="M:System.Security.Authentication.ExtendedProtection.ChannelBinding.#ctor(System.Boolean)">
  1391. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" />.</summary>
  1392. <param name="ownsHandle">Valore booleano che indica se l'applicazione possiede l'handle Safe di un'area di memoria nativa che contiene i dati sulle dimensioni in byte che sarebbero passati alle chiamate native che forniscono protezione estesa per l'autenticazione integrata di Windows.</param>
  1393. </member>
  1394. <member name="P:System.Security.Authentication.ExtendedProtection.ChannelBinding.Size">
  1395. <summary>La proprietà <see cref="P:System.Security.Authentication.ExtendedProtection.ChannelBinding.Size" /> ottiene la dimensione, espressa in byte, del token di associazione di canale associato all'istanza di <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" />.</summary>
  1396. <returns>Dimensione, espressa in byte, del token di associazione di canale nell'istanza di <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" />.</returns>
  1397. </member>
  1398. <member name="T:System.Security.Authentication.ExtendedProtection.ChannelBindingKind">
  1399. <summary>L'enumerazione <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBindingKind" /> rappresenta i tipi di associazioni di canale su cui è possibile eseguire query dai canali sicuri.</summary>
  1400. </member>
  1401. <member name="F:System.Security.Authentication.ExtendedProtection.ChannelBindingKind.Endpoint">
  1402. <summary>Associazione di canale univoca per un endpoint specificato, ad esempio un certificato server TLS.</summary>
  1403. </member>
  1404. <member name="F:System.Security.Authentication.ExtendedProtection.ChannelBindingKind.Unique">
  1405. <summary>Associazione di canale completamente univoca per un canale specificato, ad esempio una chiave di sessione TLS.</summary>
  1406. </member>
  1407. <member name="F:System.Security.Authentication.ExtendedProtection.ChannelBindingKind.Unknown">
  1408. <summary>Tipo di associazione di canale sconosciuto.</summary>
  1409. </member>
  1410. </members>
  1411. </doc>