1 write to meshId
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (1)
144this.meshId = meshId;
5 references to meshId
System.ServiceModel (5)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (5)
179SendUpdate(new UpdateInfo(this.registrationId, this.clientId, this.meshId, this.nodeAddress), ServiceDefaults.SendTimeout); 183RefreshInfo info = new RefreshInfo(this.meshId, this.registrationId); 188RegisterInfo registerInfo = new RegisterInfo(clientId, meshId, nodeAddress); 221UnregisterInfo info = new UnregisterInfo(this.meshId, this.registrationId); 253UpdateInfo info = new UpdateInfo(this.registrationId, clientId, meshId, updatedNodeAddress);