terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SendAsyncForNetworkStream()

ValueTask System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendAsyncForNetworkStream ( Socket socket)
inline

Definition at line 2304 of file Socket.cs.

2305 {
2306 bool flag = socket.SendAsync(this);
2307 short token = this._token;
2308 if (this == null)
2309 {
2311 }
2312 return 39;
2313 }
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs._token, System.Net.Sockets.Socket.SendAsync(), and System.ThrowHelper.ThrowArgumentNullException().