I'm using GetAsynchronously to read HTTP response.
Dim file As OutputStream
Response.GetAsynchronously("StringResponse",file,True,TaskId)
How do I get the response in a String variable.
Dim file As OutputStream
Response.GetAsynchronously("StringResponse",file,True,TaskId)
How do I get the response in a String variable.