PowerShell
PowerShell
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat PowerShell Downloads
Add-Type -Path "C:\chilkat\ChilkatDotNet47-x64\ChilkatDotNet47.dll"
$http = New-Object Chilkat.Http
$domain = $http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
$($domain)
# Output: chilkatsoft.com