Class UnityWebRequestResult
Container class for the result of a unity web request.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Util
어셈블리: solution.dll
구문
public class UnityWebRequestResult
생성자
| 이름 | 설명 |
|---|---|
| UnityWebRequestResult(UnityWebRequest) | Creates a new instance of UnityWebRequestResult. |
프로퍼티
| 이름 | 설명 |
|---|---|
| Error | A string explaining the error that occured. |
| Method | The HTTP verb used by this UnityWebRequest, such as GET or POST. |
| ResponseCode | The numeric HTTP response code returned by the server, if any. See documentation for more details. |
| Url | The target url of the request. |
메서드
| 이름 | 설명 |
|---|---|
| ShouldRetryDownloadError() | Determines if the web request can be sent again based on its error. |
| ToString() | Provides a new string object describing the result. |