Type System.Net.IWebRequestCreate

Variables:
Constructors:
Functions:

public System.Net.WebRequest Create(System.Uri uri)

Returns a System.Net.WebRequest instance.

Parameter uri: The System.Uri to be associated with the new instance.

Returns: A new System.Net.WebRequest instance.

This method returns a new instance of a type that derives from System.Net.WebRequest . This method is used by the System.Net.WebRequest class.