docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WebRequestQueue

    Represents a queue of web requests. Completed requests are removed from the queue.

    Inheritance
    object
    WebRequestQueue
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEngine.ResourceManagement
    Assembly: solution.dll
    Syntax
    public static class WebRequestQueue

    Methods

    Name Description
    QueueRequest(UnityWebRequest)

    Adds a web request to the queue.

    SetMaxConcurrentRequests(int)

    Sets the max number of web requests running at the same time.

    WaitForRequestToBeActive(WebRequestQueueOperation, int)

    Synchronously waits for a particular web request to be completed.

    In This Article
    • Methods
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)