VB.NET
VB.NET
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat VB.NET Downloads
Dim rest As New Chilkat.Rest
rest.AddHeader("User-Agent","MyApplication/1.0")
' ...
' ...
' ...