Sample code for 30+ languages & platforms
VB.NET

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat VB.NET Downloads

VB.NET
Dim rest As New Chilkat.Rest

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

' ...
' ...
' ...