PowerShell
PowerShell
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat PowerShell Downloads
Add-Type -Path "C:\chilkat\ChilkatDotNet47-x64\ChilkatDotNet47.dll"
$rest = New-Object Chilkat.Rest
$rest.AddHeader("User-Agent","MyApplication/1.0")
# ...
# ...
# ...