eDriven Framework API
WebRequestEvent Constructor (type, target)
NamespaceseDriven.Networking.RpcWebRequestEventWebRequestEvent(String, Object)
eDriven Framework API
Initializes a new instance of the WebRequestEvent class
Declaration Syntax
C#Visual BasicVisual C++
public WebRequestEvent(
	string type,
	Object target
)
Public Sub New ( _
	type As String, _
	target As Object _
)
public:
WebRequestEvent(
	String^ type, 
	Object^ target
)
Parameters
type (String)
target (Object)

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