Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ReturnSocketAsyncEventArgs()

void System.Net.Sockets.Socket.ReturnSocketAsyncEventArgs ( TaskSocketAsyncEventArgs< int > saea,
bool isReceive )
inlineprivate

Definition at line 4344 of file Socket.cs.

4345 {
4346 saea._accessed = false;
4347 saea._builder = default(AsyncTaskMethodBuilder<int>);
4348 saea._wrapExceptionsInIOExceptions = false;
4350 {
4351 saea.Dispose();
4352 }
4353 }
TaskSocketAsyncEventArgs< int > _multiBufferSendEventArgs
Definition Socket.cs:573
TaskSocketAsyncEventArgs< int > _multiBufferReceiveEventArgs
Definition Socket.cs:571
static int CompareExchange(ref int location1, int value, int comparand)

References System.Net.Sockets.Socket._multiBufferReceiveEventArgs, System.Net.Sockets.Socket._multiBufferSendEventArgs, and System.Threading.Interlocked.CompareExchange().

Referenced by System.Net.Sockets.Socket.GetTaskForSendReceive().