docs.unity.cn
    Show / Hide Table of Contents

    Method SetRequestHeader

    SetRequestHeader(String, String)

    Set a HTTP request header to a custom value.

    Declaration
    void SetRequestHeader(string name, string value)
    Parameters
    Type Name Description
    String name

    The key of the header to be set. Case-sensitive.

    String value

    The header's intended value.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, March 13, 2023
    Terms of use