2 writes to body
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
314
this.
body
= new UtilityInfoDC();
319
this.
body
= new UtilityInfoDC(useful, total);
3 references to body
System.ServiceModel (3)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (3)
327
get { return
body
.useful; }
332
get { return
body
.total; }
337
return
body
!= null;