2 writes to Ttl
System (1)
net\System\Net\Sockets\UDPClient.cs (1)
202
m_ClientSocket.
Ttl
= value;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
452
socket.
Ttl
= timeToLive;
2 references to Ttl
System (1)
net\System\Net\Sockets\UDPClient.cs (1)
199
return m_ClientSocket.
Ttl
;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
37
this.timeToLive = socket.
Ttl
;