System::Net::Dns::GetHostByAddress 메서드

Dns::GetHostByAddress(String) method

지정된 IP 주소의 문자열 표현을 사용하여 새로운 IPHostEntry-class 인스턴스를 생성합니다.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
매개변수형식설명
주소StringIP 주소의 문자열 표현.

ReturnValue

새로 생성된 IPHostEntry 클래스 인스턴스입니다.

또 보기

Dns::GetHostByAddress(System::SharedPtr<IPAddress>) method

지정된 IP 주소를 사용하여 새로운 IPHostEntry-class 인스턴스를 생성합니다.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
매개변수형식설명
주소System::SharedPtr<IPAddress>IP 주소입니다.

ReturnValue

새로 생성된 IPHostEntry 클래스 인스턴스입니다.

또 보기