IUnsafeWebRequestCreate.Create(Uri) Méthode

Définition

Attention

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

Initialise un nouveau WebRequest pour le modèle URI spécifié.

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

Paramètres

uri
Uri

URI de la ressource demandée.

Retours

Retourne WebRequest.

Descendant de WebRequest pour le modèle d'URI spécifié.

Attributs

S’applique à