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.
Creates a post web request.
protected:
virtual System::Net::WebRequest ^ CreateRequest(Uri ^ address);
protected virtual System.Net.WebRequest CreateRequest (Uri address);
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
.