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

◆ Enabled

bool System.Net.Sockets.LingerOption.Enabled
getset

Definition at line 9 of file LingerOption.cs.

10 {
11 get
12 {
13 return _enabled;
14 }
15 set
16 {
18 }
19 }

Referenced by System.Net.Sockets.LingerOption.LingerOption().