C#
C#
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat C# Downloads
Chilkat.Rest rest = new Chilkat.Rest();
rest.AddHeader("User-Agent","MyApplication/1.0");
// ...
// ...
// ...