eDriven Framework API Initializes a new instance of the
WebRequest class

Declaration Syntax
public WebRequest(
string url,
WWWForm form
)
Public Sub New ( _
url As String, _
form As WWWForm _
)
public:
WebRequest(
String^ url,
WWWForm^ form
)

Parameters
- url (String)
- form (WWWForm)
Assembly:
eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)