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
◆
LocalEndPoint
EndPoint
System.Net.Sockets.Socket.LocalEndPoint
get
Definition at line
603
of file
Socket.cs
.
604
{
605
get
606
{
607
this.
ThrowIfDisposedAndClosed
();
608
if
(this.
seed_endpoint
!=
null
)
609
{
610
SafeSocketHandle handle = this.
m_Handle
;
611
AddressFamily
addressFamily
= this.
addressFamily
;
612
return
this.
seed_endpoint
;
613
}
614
}
615
}
System.Net.Sockets.Socket.m_Handle
SafeSocketHandle m_Handle
Definition
Socket.cs:2058
System.Net.Sockets.Socket.seed_endpoint
EndPoint seed_endpoint
Definition
Socket.cs:2061
System.Net.Sockets.Socket.addressFamily
AddressFamily addressFamily
Definition
Socket.cs:2049
System.Net.Sockets.Socket.ThrowIfDisposedAndClosed
void ThrowIfDisposedAndClosed()
Definition
Socket.cs:1797
System
Net
Sockets
Socket
Generated by
1.10.0