Click or drag to resize

webRequestClient Constructor

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

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

Parameters

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