System::Net::Dns::GetHostByAddress メソッド
Dns::GetHostByAddress(String) method
指定されたIPアドレスの文字列表現を使用して、新しい IPHostEntry-class インスタンスを作成します。
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
| パラメーター | 型 | 説明 |
|---|---|---|
| アドレス | String | IP アドレスの文字列表現です。 |
ReturnValue
新しく作成された IPHostEntry-class インスタンスです。
参照
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++
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-class インスタンスです。
参照
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++