Sample code for 30+ languages & platforms
C#

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat C# Downloads

C#
Chilkat.Rest rest = new Chilkat.Rest();

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

//  ...
//  ...
//  ...