API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

AddHeader Method

Adds an HTTP header to the request.

Syntax

[VB.NET]
Public Sub AddHeader(ByVal Name As String, ByVal Value As String)
[C#]
public void AddHeader(string name, string value);

Remarks

This method appends a header to the HTTP request.

Use this method with caution. If an invalid header is added, the HTTP request may fail.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]