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 modèle d’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.

WebRequest Descendant pour le schéma d’URI spécifié.

Attributs

S’applique à