Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.SocketProtocolSupportPal Class Reference

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)
 

Detailed Description

Definition at line 8 of file SocketProtocolSupportPal.cs.


The documentation for this class was generated from the following files: