次の方法で共有


IUnsafeWebRequestCreate.Create(Uri) メソッド

定義

注意事項

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

指定した URI スキーム用に新しい WebRequest を初期化します。

public:
 System::Net::WebRequest ^ Create(Uri ^ uri);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Net.WebRequest Create (Uri uri);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
abstract member Create : Uri -> System.Net.WebRequest
Public Function Create (uri As Uri) As WebRequest

パラメーター

uri
Uri

要求されたリソースの URI。

戻り値

WebRequest を返します。

指定した URI スキーム用の WebRequest 派生クラス。

属性

適用対象