2 instantiations of ConnectInfoDC
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
38this.body = new ConnectInfoDC(); 43this.body = new ConnectInfoDC(nodeId, address);
1 reference to ConnectInfoDC
System.ServiceModel (1)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (1)
34ConnectInfoDC body;