7 references to RefreshInterval
System.ServiceModel (7)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (7)
321DateTime expiry = DateTime.UtcNow + RefreshInterval; 352return new RegisterResponseInfo(registrationId, RefreshInterval); 417entry.Expires = DateTime.UtcNow + this.RefreshInterval; 425return new RegisterResponseInfo(registrationId, RefreshInterval); 548return new RefreshResponseInfo(RefreshInterval, result); 553entry.Expires = DateTime.UtcNow + RefreshInterval; 563return new RefreshResponseInfo(RefreshInterval, result);