eDriven Framework API
WebRequest Constructor (url, version)
NamespaceseDriven.Networking.RpcWebRequestWebRequest(String, Int32)
eDriven Framework API
Initializes a new instance of the WebRequest class
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("WWW.LoadFromCacheOrDownload is unstable")]
public WebRequest(
	string url,
	int version
)
<ObsoleteAttribute("WWW.LoadFromCacheOrDownload is unstable")> _
Public Sub New ( _
	url As String, _
	version As Integer _
)
public:
[ObsoleteAttribute(L"WWW.LoadFromCacheOrDownload is unstable")]
WebRequest(
	String^ url, 
	int version
)
Parameters
url (String)
version (Int32)

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