EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
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) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0