2 writes to body
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
38
this.
body
= new ConnectInfoDC();
43
this.
body
= new ConnectInfoDC(nodeId, address);
3 references to body
System.ServiceModel (3)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (3)
48
get { return this.
body
.address; }
53
get { return this.
body
.nodeId; }
58
return
body
!= null;