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