3 writes to ttl
System (3)
net\System\Net\NetworkInformation\PingOptions.cs (3)
14
this.
ttl
= options.ttl;
23
this.
ttl
= ttl;
38
ttl
= value; //useful to discover routes
1 reference to ttl
System (1)
net\System\Net\NetworkInformation\PingOptions.cs (1)
32
return
ttl
;