Xojo Plugin
Example: Rest.AddHeader method
Demonstrates the
AddHeader method.
Chilkat Xojo Plugin Downloads
Xojo Plugin
Dim rest As New Chilkat.Rest
Dim success As Boolean
success = rest.AddHeader("User-Agent","MyApplication/1.0")
// ...
// ...
// ...