Share via


IUnsafeWebRequestCreate.Create(Uri) Metodo

Definizione

Attenzione

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

Inizializza una nuova istanza della classe WebRequest per lo schema URI specificato.

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

Parametri

uri
Uri

URI della risorsa richiesta.

Restituisce

Restituisce WebRequest.

Oggetto WebRequest discendente per lo schema URI specificato.

Attributi

Si applica a