System::Net::WebRequest::HttpRequestCreator::Create method

HttpRequestCreator::Create method

Creates a new instance of the WebRequest-class using the specified URI.

System::SharedPtr<WebRequest> System::Net::WebRequest::HttpRequestCreator::Create(System::SharedPtr<Uri> Uri)
ParameterTypeDescription
UriSystem::SharedPtr<Uri>The URI that is used to create a new instance. /

ReturnValue

A newly created WebRequest-class instance.

See Also