IUnsafeWebRequestCreate.Create(Uri) Methode

Definition

Achtung

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

Initialisiert eine neue WebRequest für das angegebene URI-Schema.

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

Parameter

uri
Uri

Der URI der angeforderten Ressource.

Gibt zurück

WebRequest

Gibt WebRequestzurück.

Ein WebRequest-Nachfolger für das angegebene URI-Schema.

Attribute

Gilt für