4 references to MeshId
System.ServiceModel (4)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (4)
380
if (!updateInfo.HasBody() || String.IsNullOrEmpty(updateInfo.
MeshId
) || updateInfo.NodeAddress == null)
388
MeshEntry meshEntry = GetMeshEntry(updateInfo.
MeshId
);
393
return Register(updateInfo.ClientId, updateInfo.
MeshId
, updateInfo.NodeAddress);
407
return Register(updateInfo.ClientId, updateInfo.
MeshId
, updateInfo.NodeAddress);