What's the difference between Enqueue and EnqueueGet? My VS 2017 says that EnqueueGet is deprecated
Webrequest.Enqueue and EnqueueGet
Discussion in 'Rust Development' started by Iv Misticos, Oct 21, 2017.
-
Wulf Community Admin
EnqueueGet is deprecated, Enqueue isn't.
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
[DOUBLEPOST=1508608470][/DOUBLEPOST]
Maybe webrequest.Enqueue(url, null, (code, response) => *blabla* ? -
Wulf Community Admin
-
-
Wulf Community Admin
-
so when i wrote it VS said that.
It says "The type JsonConvert exists in both Newtonsoft.Json and Oxide.References"
So why my VS 2017 is doing that and how I can fix that? or. ... ?Last edited by a moderator: Oct 21, 2017 -
Wulf Community Admin
-
-