Class WebRequestQueueOperation
Represents a web request stored in the Web
Inherited Members
Namespace: UnityEngine .ResourceManagement
Assembly: solution.dll
Syntax
public class WebRequestQueueOperation
Constructors
Name | Description |
---|---|
Web |
Initializes and returns an instance of WebRequestQueueOperation. |
Fields
Name | Description |
---|---|
On |
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 |
---|---|
Is |
Indicates that the async operation is complete. |
Web |
The web request. |