Click or drag to resize

domainAnalysis Constructor (String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates analysis of domain name from provided url string.

Namespace:  imbACE.Network.tools
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public domainAnalysis(
	string url
)
Request Example View Source

Parameters

url
Type: SystemString
The URL.
See Also