1 write to body
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (1)
34this.body = new RefreshResponseInfoDC(registrationLifetime, result);
5 references to body
System.ServiceModel (5)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (5)
39get { return body.RegistrationLifetime; } 54this.body.RegistrationLifetime = value; 60get { return body.Result; } 61set { this.body.Result = value; } 69return body != null;