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