Sample code for 30+ languages & platforms
PowerShell

Example: Http.GetDomain method

Demonstrates the GetDomain method.

Chilkat PowerShell Downloads

PowerShell
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