IUnsafeWebRequestCreate.Create(Uri) Yöntem

Tanım

Dikkat

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

Belirtilen URI düzeni için yeni WebRequest bir başlatır.

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

Parametreler

uri
Uri

İstenen kaynağın URI'sini.

Döndürülenler

WebRequest döndürür.

WebRequest Belirtilen URI düzeni için alt öğe.

Öznitelikler

Şunlara uygulanır