docs.unity.cn
    Show / Hide Table of Contents

    Method GetResponseHeaders

    GetResponseHeaders()

    Retrieves a dictionary containing all the response headers received by this UnityWebRequest in the latest HTTP response.

    Declaration
    Dictionary<string, string> GetResponseHeaders()
    Returns
    Type Description
    Dictionary<String, String>

    A dictionary containing all the response headers received in the latest HTTP response. If no responses have been received, returns null.

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