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