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

◆ Blocking

bool System.Net.Sockets.Socket.Blocking
getset

Definition at line 635 of file Socket.cs.

636 {
637 get
638 {
639 return this.is_blocking;
640 }
641 set
642 {
643 do
644 {
646 SafeSocketHandle handle = this.m_Handle;
647 if (!true)
648 {
649 }
650 }
651 while (true);
652 this.is_blocking = true;
653 }
654 }
class f__AnonymousType0<< Count > j__TPar
SafeSocketHandle m_Handle
Definition Socket.cs:2058