IUnsafeWebRequestCreate.Create(Uri) Metoda

Definice

Upozornění

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

Inicializuje nové WebRequest pro zadané schéma identifikátoru URI.

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

Parametry

uri
Uri

Identifikátor URI požadovaného prostředku.

Návraty

Vrací objekt WebRequest.

Potomek WebRequest pro zadané schéma identifikátoru URI.

Atributy

Platí pro