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

◆ Ttl

short System.Net.Sockets.UdpClient.Ttl
getset

Definition at line 48 of file UdpClient.cs.

49 {
50 get
51 {
52 return _clientSocket.Ttl;
53 }
54 set
55 {
56 _clientSocket.Ttl = value;
57 }
58 }