2 writes to body
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\RefreshInfo.cs (2)
31
this.
body
= new RefreshInfoDC(meshId, regId);
36
this.
body
= new RefreshInfoDC();
3 references to body
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\RefreshInfo.cs (3)
39
public string MeshId { get { return
body
.MeshId; } }
41
public Guid RegistrationId { get { return
body
.RegistrationId; } }
48
return
body
!= null;