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