IUnsafeWebRequestCreate.Create(Uri) Metoda

Definicja

Przestroga

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

Inicjuje nowy WebRequest schemat określonego identyfikatora 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

Identyfikator URI żądanego zasobu.

Zwraca

Zwraca wartość WebRequest.

Element potomny WebRequest dla określonego schematu identyfikatora URI.

Atrybuty

Dotyczy