Interface IWebRequest
This is an internal API. We recommend that you do not use it as it will be removed in a future release.
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
Syntax
[Obsolete("Internal API, it will be removed soon.")]
public interface IWebRequest
Methods
BuildWebRequest(string)
This is an internal API. We recommend that you do not use it as it will be removed in a future release.
Declaration
[Obsolete("Internal API, it will be removed soon.")]
UnityWebRequest BuildWebRequest(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri |
Returns
Type | Description |
---|---|
UnityWebRequest |