4 writes to defaultLifeTime
System.ServiceModel (4)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (4)
39this.defaultLifeTime = TimeSpan.FromHours(1); 154this.defaultLifeTime = response.RegistrationLifetime; 191this.defaultLifeTime = registerResponse.RegistrationLifetime; 271this.defaultLifeTime = response.RegistrationLifetime;
2 references to defaultLifeTime
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (2)
202timer.Set(this.defaultLifeTime); 273timer.Set(this.defaultLifeTime);