Class UnityWebRequestResult
Container class for the result of a unity web request.
Inherited Members
Namespace: UnityEngine .ResourceManagement .Util
Assembly: solution.dll
Syntax
public class UnityWebRequestResult
Constructors
Name | Description |
---|---|
Unity |
Creates a new instance of Unity |
Properties
Name | Description |
---|---|
Error | A string explaining the error that occured. |
Method | The HTTP verb used by this UnityWebRequest, such as GET or POST. |
Response |
The numeric HTTP response code returned by the server, if any. See documentation for more details. |
Result | The outcome of the request. |
Url | The target url of the request. |
Methods
Name | Description |
---|---|
Should |
Determines if the web request can be sent again based on its error. |
To |
Provides a new string object describing the result. |