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
get
set
Definition at line
635
of file
Socket.cs
.
636
{
637
get
638
{
639
return
this.
is_blocking
;
640
}
641
set
642
{
643
do
644
{
645
this.
ThrowIfDisposedAndClosed
();
646
SafeSocketHandle handle = this.
m_Handle
;
647
if
(!
true
)
648
{
649
}
650
}
651
while
(
true
);
652
this.is_blocking
=
true
;
653
}
654
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.Sockets.Socket.m_Handle
SafeSocketHandle m_Handle
Definition
Socket.cs:2058
System.Net.Sockets.Socket.ThrowIfDisposedAndClosed
void ThrowIfDisposedAndClosed()
Definition
Socket.cs:1797
System.Net.Sockets.Socket.is_blocking
bool is_blocking
Definition
Socket.cs:2070
System
Net
Sockets
Socket
Generated by
1.10.0