Click or drag to resize

webRequestBlock Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the webRequestBlock class

Namespace:  imbACE.Network.web.request
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public webRequestBlock(
	string __title = null,
	webRequestBlockEvent __onFinished = null,
	webRequestBlockEvent __onAborted = null
)
Request Example View Source

Parameters

__title (Optional)
Type: SystemString
__onFinished (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
__onAborted (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
See Also