Click or drag to resize

webRequestBlockdeploySettings Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Network.web.request
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public void deploySettings(
	webLoaderSettings settings,
	webRequestBlockEvent __onFinished = null,
	webRequestBlockEvent __onAborted = null,
	webRequestBlockEvent __onProgress = null
)
Request Example View Source

Parameters

settings
Type: imbACE.Network.web.corewebLoaderSettings
__onFinished (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
__onAborted (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
__onProgress (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
See Also