Transmission.CreateRequest(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.
Caution
Use CreateRequestMessage instead as SendAsync is now using HttpClient to send HttpRequest.
Creates a post web request.
[System.Obsolete("Use CreateRequestMessage instead as SendAsync is now using HttpClient to send HttpRequest.")]
protected virtual System.Net.WebRequest CreateRequest (Uri address);
[<System.Obsolete("Use CreateRequestMessage instead as SendAsync is now using HttpClient to send HttpRequest.")>]
abstract member CreateRequest : Uri -> System.Net.WebRequest
override this.CreateRequest : Uri -> System.Net.WebRequest
Protected Overridable Function CreateRequest (address As Uri) As WebRequest
Parameters
- address
- Uri
The Address in the web request.
Returns
A web request pointing to the Address
.
- Attributes