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

SetRequestHeader Method

Allows the user to set or add arbitrary HTTP request headers.

Syntax

[VB.NET]
Public Sub SetRequestHeader(ByVal Header As String, ByVal Value As String)
[C#]
public void SetRequestHeader(string header, string value);

Remarks

This method is used when preparing the message. It allows the user to set or add HTTP request headers as needed. You must pass this method a name of the header and a value. This method thens looks to see if the header you are trying to set is already in the HTTP request message. If it is, then this method simply changes the value of the header. If it is not found, this method adds the new header.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]