2 writes to body
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\UpdateInfo.cs (2)
39body = new UpdateInfoDC(registrationId, client, meshId, address); 41public UpdateInfo() { body = new UpdateInfoDC(); }
5 references to body
System.ServiceModel (5)
System\ServiceModel\PeerResolvers\UpdateInfo.cs (5)
45get { return this.body.ClientId; } 50get { return this.body.RegistrationId; } 55get { return this.body.MeshId; } 60get { return this.body.NodeAddress; } 68return body != null;