docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnityWebRequestResult

    Container class for the result of a unity web request.

    Inheritance
    object
    UnityWebRequestResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.ResourceManagement.Util
    Assembly: Unity.ResourceManager.dll
    Syntax
    public class UnityWebRequestResult

    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.

    In This Article
    • Constructors
    • Properties
    • Methods
    Back to top
    Copyright © 2025 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)