Walter.Net.Networking
TryGetDomainReport Method
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > NetworkExtensionMethods Class : TryGetDomainReport Method
The URL.
flags of stats to include
The report generated
Tries to validates the domain data in the URL and will extract top level domain, sub domain and host name.
Syntax
public static bool TryGetDomainReport( 
   Uri url,
   DataExtensions stats,
   out IDomainStatusReport? report
)

Parameters

url
The URL.
stats
flags of stats to include
report
The report generated

Return Value

IDomainReport
Exceptions
ExceptionDescription
url
Only DNS based URI's are possible
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NetworkExtensionMethods Class
NetworkExtensionMethods Members