System::Net::WebRequest::Create メソッド

WebRequest::Create(String) method

指定された URI を使用して WebRequest クラスの新しいインスタンスを作成します。

static System::SharedPtr<WebRequest> System::Net::WebRequest::Create(String requestUriString)
パラメーター説明
requestUriStringString新しい WebRequest クラスのインスタンスを作成するために使用される URI。

ReturnValue

新しく作成された WebRequest クラスのインスタンスです。

参照

WebRequest::Create(System::SharedPtr<Uri>) method

指定された URI を使用して WebRequest クラスの新しいインスタンスを作成します。

static System::SharedPtr<WebRequest> System::Net::WebRequest::Create(System::SharedPtr<Uri> requestUri)
パラメーター説明
requestUriSystem::SharedPtr<Uri>新しい WebRequest クラスのインスタンスを作成するために使用される URI。

ReturnValue

新しく作成された WebRequest クラスのインスタンスです。

参照