|
Terraria v1.4.4.9
Terraria source code documentation
|
Properties | |
| static bool | OSSupportsIPv6 = IsSupported(AddressFamily.InterNetworkV6) && !IsIPv6Disabled() [get] |
| static bool | OSSupportsIPv4 = IsSupported(AddressFamily.InterNetwork) [get] |
| static bool | OSSupportsUnixDomainSockets = IsSupported(AddressFamily.Unix) [get] |
Static Private Member Functions | |
| static bool | IsIPv6Disabled () |
| static bool | IsSupported (AddressFamily af) |
| static bool | IsIPv6Disabled () |
| static bool | IsSupported (AddressFamily af) |
| static bool | IsIPv6Disabled () |
| static bool | IsSupported (AddressFamily af) |
Static Private Attributes | |
| static readonly bool | _003COSSupportsIPv4_003Ek__BackingField = IsSupported(AddressFamily.InterNetwork) |
| static readonly bool | _003COSSupportsUnixDomainSockets_003Ek__BackingField = IsSupported(AddressFamily.Unix) |
Definition at line 8 of file SocketProtocolSupportPal.cs.