Sample code for 30+ languages & platforms
PowerShell

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat PowerShell Downloads

PowerShell
Add-Type -Path "C:\chilkat\ChilkatDotNet47-x64\ChilkatDotNet47.dll"

$rest = New-Object Chilkat.Rest

$rest.AddHeader("User-Agent","MyApplication/1.0")

# ...
# ...
# ...