2 writes to body
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
88
body
= new DisconnectInfoDC();
93
this.
body
= new DisconnectInfoDC(reason, referrals);
4 references to body
System.ServiceModel (4)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (4)
98
get { return this.
body
.reason; }
105
return this.
body
.referrals != null ? Array.AsReadOnly<Referral>(this.
body
.referrals) : null;
111
return
body
!= null;