PackWebRequestFactory.IWebRequestCreate.Create(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe PackUriHelper method instead.
virtual System::Net::WebRequest ^ System.Net.IWebRequestCreate.Create(Uri ^ uri) = System::Net::IWebRequestCreate::Create;
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
System.Net.WebRequest IWebRequestCreate.Create (Uri uri);
System.Net.WebRequest IWebRequestCreate.Create (Uri uri);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
abstract member System.Net.IWebRequestCreate.Create : Uri -> System.Net.WebRequest
override this.System.Net.IWebRequestCreate.Create : Uri -> System.Net.WebRequest
abstract member System.Net.IWebRequestCreate.Create : Uri -> System.Net.WebRequest
override this.System.Net.IWebRequestCreate.Create : Uri -> System.Net.WebRequest
Function Create (uri As Uri) As WebRequest Implements IWebRequestCreate.Create
Parameters
- uri
- Uri
The URI to create the Web request.
Returns
The pack URI Web request.
Implements
- Attributes
Remarks
Creates a pack URI Web request from a given uniform resource identifier (URI).
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.