docs.unity.cn
    Show / Hide Table of Contents

    Class UnityWebRequestResult

    Container class for the result of a unity web request.

    Inheritance
    Object
    UnityWebRequestResult
    Namespace: UnityEngine.ResourceManagement.Util
    Syntax
    public class UnityWebRequestResult : object

    Constructors

    Name Description
    UnityWebRequestResult(UnityWebRequest)

    Creates a new instance of UnityWebRequestResult.

    Properties

    Name Description
    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.

    Methods

    Name Description
    ToString()

    Provides a new string object describing the result.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use