|
|
|
|
<?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" />를 반환합니다.비동기 작업(operation)을 나타내는 작업(task) 개체입니다.작업 개체의 <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" />의 길이가 126자를 넘는 경우 </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" />를 반환합니다.비동기 작업(operation)을 나타내는 작업(task) 개체입니다.작업 개체의 <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" />를 반환합니다.비동기 작업(operation)을 나타내는 작업(task) 개체입니다.작업 개체의 <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>
|