namespace ML.SDK
Class | Sealed
MLHttpWebRequest
namespace ML.SDK
{
sealed class MLHttpWebRequest
}
Inherits from CustomYieldInstruction
Summary
HTTP web request, can be waited by yield statements. When resolved successfully, web request result can be accessed.
Properties
Property | Desciption |
---|---|
Successful | Is the web request successful? |
IsDone | Is the web request finished? |
Result | Web Request Result. |
keepWaiting | Indicates if coroutine should be kept suspended. Inherited from UnityEngine |