System.Net.NameResolution.xml 6.27 KB
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Net.NameResolution</name>
  </assembly>
  <members>
    <member name="T:System.Net.Dns">
      <summary>単純なドメイン名解決機能を提供します。</summary>
    </member>
    <member name="M:System.Net.Dns.GetHostAddressesAsync(System.String)">
      <summary>指定したホストのインターネット プロトコル (IP) アドレスを非同期操作として返します。</summary>
      <returns>
        <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>
      <param name="hostNameOrAddress">解決するホスト名または IP アドレス。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="hostNameOrAddress" /> は null なので、</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="hostNameOrAddress" /> の長さが 255 文字を超えています。</exception>
      <exception cref="T:System.Net.Sockets.SocketException">
        <paramref name="hostNameOrAddress" /> を解決するときにエラーが発生しました。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="hostNameOrAddress" /> は無効な IP アドレスです。</exception>
    </member>
    <member name="M:System.Net.Dns.GetHostEntryAsync(System.Net.IPAddress)">
      <summary>非同期操作として IP アドレスを <see cref="T:System.Net.IPHostEntry" /> インスタンスに解決します。</summary>
      <returns>
        <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>
      <param name="address">IP アドレス。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="address" /> は null なので、</exception>
      <exception cref="T:System.Net.Sockets.SocketException">
        <paramref name="address" /> を解決するときにエラーが発生しました。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="address" /> は無効な IP アドレスです。</exception>
    </member>
    <member name="M:System.Net.Dns.GetHostEntryAsync(System.String)">
      <summary>非同期操作としてホスト名または IP アドレスを <see cref="T:System.Net.IPHostEntry" /> インスタンスに解決します。</summary>
      <returns>
        <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>
      <param name="hostNameOrAddress">解決するホスト名または IP アドレス。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="hostNameOrAddress" /> パラメーターが null です。</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="hostNameOrAddress" /> パラメーターの長さが 255 文字を超えています。</exception>
      <exception cref="T:System.Net.Sockets.SocketException">
        <paramref name="hostNameOrAddress" /> パラメーターを解決するときにエラーが発生しました。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="hostNameOrAddress" /> パラメーターの IP アドレスが無効です。</exception>
    </member>
    <member name="M:System.Net.Dns.GetHostName">
      <summary>ローカル コンピューターのホスト名を取得します。</summary>
      <returns>ローカル コンピューターの DNS ホスト名を格納する文字列。</returns>
      <exception cref="T:System.Net.Sockets.SocketException">ローカル ホスト名を解決するときにエラーが発生しました。</exception>
      <PermissionSet>
        <IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:System.Net.IPHostEntry">
      <summary>インターネット ホスト アドレス情報のコンテナー クラスを提供します。</summary>
    </member>
    <member name="M:System.Net.IPHostEntry.#ctor">
      <summary>
        <see cref="T:System.Net.IPHostEntry" /> クラスの新しいインスタンスを初期化します。</summary>
    </member>
    <member name="P:System.Net.IPHostEntry.AddressList">
      <summary>ホストと関連付けられた IP アドレスのリストを取得または設定します。</summary>
      <returns>
        <see cref="P:System.Net.IPHostEntry.Aliases" /> プロパティに格納されたホスト名に解決される IP アドレスを格納した <see cref="T:System.Net.IPAddress" /> 型の配列。</returns>
    </member>
    <member name="P:System.Net.IPHostEntry.Aliases">
      <summary>ホストと関連付けられたエイリアスのリストを取得または設定します。</summary>
      <returns>
        <see cref="P:System.Net.IPHostEntry.AddressList" /> プロパティの IP アドレスに解決される DNS 名を格納した文字列の配列。</returns>
    </member>
    <member name="P:System.Net.IPHostEntry.HostName">
      <summary>ホストの DNS 名を取得または設定します。</summary>
      <returns>サーバーのプライマリ ホスト名を格納する文字列。</returns>
    </member>
  </members>
</doc>