3 writes to timeToLive
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
38this.timeToLive = UdpConstants.Defaults.TimeToLive; 48this.timeToLive = other.timeToLive; 143this.timeToLive = value;
2 references to timeToLive
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
48this.timeToLive = other.timeToLive; 134get { return this.timeToLive; }