2 writes to bodyId
System.ServiceModel (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (2)
241
this.
bodyId
= this.InnerMessage.GetBodyAttribute(
246
this.
bodyId
= this.securityHeader.GenerateId();
3 references to bodyId
System.ServiceModel (3)
System\ServiceModel\Security\SecurityAppliedMessage.cs (3)
46
get { return this.
bodyId
; }
244
if (this.
bodyId
== null)
408
this.securityHeader.StandardsManager.IdManager.WriteIdAttribute(writer, this.
bodyId
);