docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WebRequestQueueOperation

    Represents a web request stored in the WebRequestQueue.

    Inheritance
    object
    WebRequestQueueOperation
    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 class WebRequestQueueOperation

    Constructors

    Name Description
    WebRequestQueueOperation(UnityWebRequest)

    Initializes and returns an instance of WebRequestQueueOperation.

    Fields

    Name Description
    OnComplete

    Event that is invoked when the async operation is complete.

    Result

    Stores the async operation object returned from sending the web request.

    Properties

    Name Description
    IsDone

    Indicates that the async operation is complete.

    WebRequest

    The web request.

    In This Article
    • Constructors
    • Fields
    • Properties
    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)