Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Ttl
short
System.Net.Sockets.UdpClient.Ttl
get
set
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
}
System.Net.Sockets.Socket.Ttl
short Ttl
Definition
Socket.cs:878
System.Net.Sockets.UdpClient._clientSocket
Socket _clientSocket
Definition
UdpClient.cs:10
System.ExceptionArgument.value
@ value
System
Net
Sockets
UdpClient
Generated by
1.10.0