3 writes to timeToLive
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (3)
43this.timeToLive = MsmqDefaults.TimeToLive; 62this.timeToLive = elementToBeCloned.timeToLive; 226this.timeToLive = value;
2 references to timeToLive
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
62this.timeToLive = elementToBeCloned.timeToLive; 211get { return this.timeToLive; }