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