Click or drag to resize

webRequestBlockEventArgs Constructor (webRequestBlockEventType, String)

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

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

Parameters

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