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