Reconstruct Code

01/19/2016 21:42 xTrion#1
Hello,

i have some decompiled code which i want to reconstruct. But i got a piece of code which dont make any sence to me. I hope you can help me,


The Program is about Socket Programming and i guess thats the Loop to Receive the Answer from the Server.
01/25/2016 02:25 UniveX'#2
Hard to tell, you'll have to decompile the actual ServerConnection class to see what this piece of code actually does.

From what I see it just modifies some properties in the objects and returns it back.
01/28/2016 18:00 -PinkiWinki-#3
Thats compiler generated code for async/await.