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