2 writes to RegistrationLifetime
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\RegisterResponseInfo.cs (2)
26this.RegistrationLifetime = registrationLifetime; 64this.body.RegistrationLifetime = value;
1 reference to RegistrationLifetime
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\RegisterResponseInfo.cs (1)
49get { return this.body.RegistrationLifetime; }