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,
Code:
ServerConnection.<ReceiveLoop>d__23 variable = new ServerConnection.<ReceiveLoop>d__23();
variable.<>4__this = this;
variable.<>t__builder = AsyncTaskMethodBuilder.Create();
variable.<>1__state = -1;
variable.<>t__builder.Start<ServerConnection.<ReceiveLoop>d__23>(ref variable);
return variable.<>t__builder.Task;
The Program is about Socket Programming and i guess thats the Loop to Receive the Answer from the Server.