System.Net.NameResolution.xml 6.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Net.NameResolution</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Net.Dns">
  8. <summary>単純なドメイン名解決機能を提供します。</summary>
  9. </member>
  10. <member name="M:System.Net.Dns.GetHostAddressesAsync(System.String)">
  11. <summary>指定したホストのインターネット プロトコル (IP) アドレスを非同期操作として返します。</summary>
  12. <returns>
  13. <see cref="T:System.Threading.Tasks.Task`1" /> を返します。非同期操作を表すタスク オブジェクト。タスク オブジェクトの <see cref="P:System.Threading.Tasks.Task`1.Result" /> プロパティは、<paramref name="hostNameOrAddress" /> パラメーターで指定されたホストの IP アドレスを保持する <see cref="T:System.Net.IPAddress" /> 型の配列を返します。</returns>
  14. <param name="hostNameOrAddress">解決するホスト名または IP アドレス。</param>
  15. <exception cref="T:System.ArgumentNullException">
  16. <paramref name="hostNameOrAddress" /> は null なので、</exception>
  17. <exception cref="T:System.ArgumentOutOfRangeException">
  18. <paramref name="hostNameOrAddress" /> の長さが 255 文字を超えています。</exception>
  19. <exception cref="T:System.Net.Sockets.SocketException">
  20. <paramref name="hostNameOrAddress" /> を解決するときにエラーが発生しました。</exception>
  21. <exception cref="T:System.ArgumentException">
  22. <paramref name="hostNameOrAddress" /> は無効な IP アドレスです。</exception>
  23. </member>
  24. <member name="M:System.Net.Dns.GetHostEntryAsync(System.Net.IPAddress)">
  25. <summary>非同期操作として IP アドレスを <see cref="T:System.Net.IPHostEntry" /> インスタンスに解決します。</summary>
  26. <returns>
  27. <see cref="T:System.Threading.Tasks.Task`1" /> を返します。非同期操作を表すタスク オブジェクト。タスク オブジェクトの <see cref="P:System.Threading.Tasks.Task`1.Result" /> プロパティは、<paramref name="address" />で指定されているホストに関するアドレス情報を含む <see cref="T:System.Net.IPHostEntry" /> インスタンスを返します。</returns>
  28. <param name="address">IP アドレス。</param>
  29. <exception cref="T:System.ArgumentNullException">
  30. <paramref name="address" /> は null なので、</exception>
  31. <exception cref="T:System.Net.Sockets.SocketException">
  32. <paramref name="address" /> を解決するときにエラーが発生しました。</exception>
  33. <exception cref="T:System.ArgumentException">
  34. <paramref name="address" /> は無効な IP アドレスです。</exception>
  35. </member>
  36. <member name="M:System.Net.Dns.GetHostEntryAsync(System.String)">
  37. <summary>非同期操作としてホスト名または IP アドレスを <see cref="T:System.Net.IPHostEntry" /> インスタンスに解決します。</summary>
  38. <returns>
  39. <see cref="T:System.Threading.Tasks.Task`1" /> を返します。非同期操作を表すタスク オブジェクト。タスク オブジェクトの <see cref="P:System.Threading.Tasks.Task`1.Result" /> プロパティは、<paramref name="hostNameOrAddress" /> に指定されたホストに関するアドレス情報を含む <see cref="T:System.Net.IPHostEntry" /> インスタンスを返します。</returns>
  40. <param name="hostNameOrAddress">解決するホスト名または IP アドレス。</param>
  41. <exception cref="T:System.ArgumentNullException">
  42. <paramref name="hostNameOrAddress" /> パラメーターが null です。</exception>
  43. <exception cref="T:System.ArgumentOutOfRangeException">
  44. <paramref name="hostNameOrAddress" /> パラメーターの長さが 255 文字を超えています。</exception>
  45. <exception cref="T:System.Net.Sockets.SocketException">
  46. <paramref name="hostNameOrAddress" /> パラメーターを解決するときにエラーが発生しました。</exception>
  47. <exception cref="T:System.ArgumentException">
  48. <paramref name="hostNameOrAddress" /> パラメーターの IP アドレスが無効です。</exception>
  49. </member>
  50. <member name="M:System.Net.Dns.GetHostName">
  51. <summary>ローカル コンピューターのホスト名を取得します。</summary>
  52. <returns>ローカル コンピューターの DNS ホスト名を格納する文字列。</returns>
  53. <exception cref="T:System.Net.Sockets.SocketException">ローカル ホスト名を解決するときにエラーが発生しました。</exception>
  54. <PermissionSet>
  55. <IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
  56. </PermissionSet>
  57. </member>
  58. <member name="T:System.Net.IPHostEntry">
  59. <summary>インターネット ホスト アドレス情報のコンテナー クラスを提供します。</summary>
  60. </member>
  61. <member name="M:System.Net.IPHostEntry.#ctor">
  62. <summary>
  63. <see cref="T:System.Net.IPHostEntry" /> クラスの新しいインスタンスを初期化します。</summary>
  64. </member>
  65. <member name="P:System.Net.IPHostEntry.AddressList">
  66. <summary>ホストと関連付けられた IP アドレスのリストを取得または設定します。</summary>
  67. <returns>
  68. <see cref="P:System.Net.IPHostEntry.Aliases" /> プロパティに格納されたホスト名に解決される IP アドレスを格納した <see cref="T:System.Net.IPAddress" /> 型の配列。</returns>
  69. </member>
  70. <member name="P:System.Net.IPHostEntry.Aliases">
  71. <summary>ホストと関連付けられたエイリアスのリストを取得または設定します。</summary>
  72. <returns>
  73. <see cref="P:System.Net.IPHostEntry.AddressList" /> プロパティの IP アドレスに解決される DNS 名を格納した文字列の配列。</returns>
  74. </member>
  75. <member name="P:System.Net.IPHostEntry.HostName">
  76. <summary>ホストの DNS 名を取得または設定します。</summary>
  77. <returns>サーバーのプライマリ ホスト名を格納する文字列。</returns>
  78. </member>
  79. </members>
  80. </doc>