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 子孫。

属性

適用対象