Click or drag to resize

webRequestEventArgs Constructor (webRequestEventType, String)

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

Namespace:  imbACE.Network.web.events
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public webRequestEventArgs(
	webRequestEventType __type,
	string __message = ""
)
Request Example View Source

Parameters

__type
Type: imbACE.Network.web.eventswebRequestEventType
__message (Optional)
Type: SystemString
See Also