Hi guys,
Using
Using
webrequest.Enqueueto make web request, but I need to know when it's completed. Tried to use
async Task/ await but it says System access is restricted, you are not allowed to use System.Threading.Tasks.Task.
Maybe someone has an example of async requests?