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

RequestHeader Method

Gets the specified header from the HTTP request.

Syntax

[VB.NET]
Public Function RequestHeader(ByVal Header As String) As String
[C#]
public string RequestHeader(string header);

Remarks

This method is invoked to return a specific header from the HTTP request. Header is the name of a header from the incoming HTTP request. The method will return either the value of that header or the empty string if the header did not exist.

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