1 write to fullBodyFragment
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
391
this.
fullBodyFragment
= fullBodyFragment.ToArray(out this.fullBodyFragmentLength);
4 references to fullBodyFragment
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAppliedMessage.cs (4)
76
if (this.state == BodyState.Created || this.
fullBodyFragment
!= null)
103
if (this.startBodyFragment != null || this.
fullBodyFragment
!= null)
188
if (this.
fullBodyFragment
!= null)
190
((IFragmentCapableXmlDictionaryWriter) writer).WriteFragment(this.
fullBodyFragment
, 0, this.fullBodyFragmentLength);