Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Ttl
int System.Net.NetworkInformation.PingOptions.Ttl
get
set
Definition at line
9
of file
PingOptions.cs
.
10
{
11
get
12
{
13
return
_ttl
;
14
}
15
set
16
{
17
if
(
value
<= 0)
18
{
19
throw
new
ArgumentOutOfRangeException(
"value"
);
20
}
21
_ttl
=
value
;
22
}
23
}
System.Net.NetworkInformation.PingOptions._ttl
int _ttl
Definition
PingOptions.cs:5
System.ExceptionArgument.value
@ value
System
Net
NetworkInformation
PingOptions
Generated by
1.10.0