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