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

◆ InterfaceIndex

long System.Net.Sockets.IPv6MulticastOption.InterfaceIndex
getset

Definition at line 21 of file IPv6MulticastOption.cs.

22 {
23 get
24 {
25 return _interface;
26 }
27 set
28 {
29 if (value < 0 || value > uint.MaxValue)
30 {
31 throw new ArgumentOutOfRangeException("value");
32 }
34 }
35 }

Referenced by System.Net.Sockets.IPv6MulticastOption.IPv6MulticastOption(), and System.Net.Sockets.IPv6MulticastOption.IPv6MulticastOption().