System::Net::Dns::Resolve メソッド

Dns::Resolve method

指定されたホスト名を使用して、新しい IPHostEntry-class インスタンスを作成します。

static System::SharedPtr<IPHostEntry> System::Net::Dns::Resolve(String hostName)
パラメーター説明
hostNameString新しい IPHostEntry クラスのインスタンスを作成するために使用されるホスト名です。

ReturnValue

新しく作成された IPHostEntry-class インスタンスです。

参照