Creates a System.Net.WebRequest instance for the specified uri. This protected method is called by the XML Web service client infrastructure to get a new System.Net.WebRequest transport object to transmit the XML Web service request.
- uri
- The Uri to use when creating the System.Net.WebRequest.
The System.Net.WebRequest instance.
This method can be overridden to customize the System.Net.WebRequest object before the XML Web service request is made. For example you could add a custom header to the request.