docs.unity.cn
    Show / Hide Table of Contents

    Property WebRequestOverride

    WebRequestOverride

    Delegate that can be used to override the web request options before being sent.

    Declaration
    public static Action<UnityWebRequest> WebRequestOverride { get; set; }
    Property Value
    Type Description
    Action<UnityWebRequest>
    Remarks

    The web request passed to this delegate has already been preconfigured internally. Override at your own risk.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use