eDriven Framework API
WebRequest Constructor (url, form, headers)
NamespaceseDriven.Networking.RpcWebRequestWebRequest(String, WWWForm, Hashtable)
eDriven Framework API
Initializes a new instance of the WebRequest class
Declaration Syntax
C#Visual BasicVisual C++
public WebRequest(
	string url,
	WWWForm form,
	Hashtable headers
)
Public Sub New ( _
	url As String, _
	form As WWWForm, _
	headers As Hashtable _
)
public:
WebRequest(
	String^ url, 
	WWWForm^ form, 
	Hashtable^ headers
)
Parameters
url (String)
form (WWWForm)
headers (Hashtable)

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)