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

◆ ThrowIfUdp()

void System.Net.Sockets.Socket.ThrowIfUdp ( )
inlineprivate

Definition at line 1837 of file Socket.cs.

1838 {
1839 ProtocolType protocolType = this.protocolType;
1840 }
ProtocolType protocolType
Definition Socket.cs:2055

References System.Net.Sockets.Socket.protocolType.