2 writes to body
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
256this.body = new RefuseInfoDC(); 261this.body = new RefuseInfoDC(reason, referrals);
4 references to body
System.ServiceModel (4)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (4)
269get { return this.body.reason; } 274get { return this.body.referrals != null ? Array.AsReadOnly<Referral>(this.body.referrals) : null; } 279return body != null;