2 writes to TimeToLive
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
127udpBinding.TimeToLive = this.TimeToLive;
System\ServiceModel\UdpBinding.cs (1)
55this.TimeToLive = transport.TimeToLive;
1 reference to TimeToLive
System.ServiceModel.Channels (1)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
114this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.TimeToLive, udpBinding.TimeToLive);