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

◆ Socket() [1/5]

System.Net.Sockets.Socket.Socket ( SocketType socketType,
ProtocolType protocolType )
inline

Definition at line 1026 of file Socket.cs.

1027 : this(OSSupportsIPv6 ? AddressFamily.InterNetworkV6 : AddressFamily.InterNetwork, socketType, protocolType)
1028 {
1029 if (OSSupportsIPv6)
1030 {
1031 DualMode = true;
1032 }
1033 }
static bool OSSupportsIPv6
Definition Socket.cs:591

References System.Net.Sockets.Socket.DualMode, and System.Net.Sockets.Socket.OSSupportsIPv6.