2 writes to RegistrationLifetime
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (2)
25this.RegistrationLifetime = registrationLifetime; 54this.body.RegistrationLifetime = value;
1 reference to RegistrationLifetime
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (1)
39get { return body.RegistrationLifetime; }