6 writes to state
System.ServiceModel (6)
System\ServiceModel\Security\SecurityAppliedMessage.cs (6)
97this.state = BodyState.Disposed; 261this.state = BodyState.Encrypted; 297this.state = BodyState.EncryptedThenSigned; 313this.state = BodyState.Signed; 374this.state = BodyState.SignedThenEncrypted; 393this.state = BodyState.Signed;
4 references to state
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAppliedMessage.cs (4)
62operation, this.state)); 76if (this.state == BodyState.Created || this.fullBodyFragment != null) 109switch (this.state) 136switch (this.state)