Show / Hide Table of Contents

    AddHeaderValue Procedure

    Codeunit Http Helper

    Adds a header with a value. If the header existed since before it is first removed, resulting in this new value being the only value for this header.

    Signature

    AddHeaderValue(var Headers: HttpHeaders; Name: Text; Value: Variant)
    

    Parameters

    var Headers HttpHeaders

    The Headers object.

    Name Text

    The name of the header to add.

    Value Variant

    The value to add.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX