Click or drag to resize

webRequestLookup Constructor (String, webRequestActionType, String)

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

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

Parameters

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