Click or drag to resize

webRequestBrowser Constructor

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

Namespace:  imbACE.Network.web.request
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public webRequestBrowser(
	string __url = "",
	webRequestActionType __action = webRequestActionType.openUrl
)
Request Example View Source

Parameters

__url (Optional)
Type: SystemString
__action (Optional)
Type: imbACE.Network.web.enumswebRequestActionType
See Also