eDriven Framework API
HttpServiceProgressEvent Constructor (type, bubbles, cancelable)
NamespaceseDriven.Networking.RpcHttpServiceProgressEventHttpServiceProgressEvent(String, Boolean, Boolean)
eDriven Framework API
Initializes a new instance of the HttpServiceProgressEvent class
Declaration Syntax
C#Visual BasicVisual C++
public HttpServiceProgressEvent(
	string type,
	bool bubbles,
	bool cancelable
)
Public Sub New ( _
	type As String, _
	bubbles As Boolean, _
	cancelable As Boolean _
)
public:
HttpServiceProgressEvent(
	String^ type, 
	bool bubbles, 
	bool cancelable
)
Parameters
type (String)
bubbles (Boolean)
cancelable (Boolean)

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