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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.