Поделиться через


IUnsafeWebRequestCreate.Create(Uri) Метод

Определение

Внимание!

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

Инициализирует новый WebRequest для заданной схемы 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

Параметры

uri
Uri

URI запрошенного ресурса.

Возвращаемое значение

Возвращает WebRequest.

Потомок WebRequest для указанной схемы URI.

Атрибуты

Применяется к