19 references to BodyState
System.ServiceModel (19)
System\ServiceModel\Security\SecurityAppliedMessage.cs (19)
29
BodyState
state =
BodyState
.Created;
76
if (this.state ==
BodyState
.Created || this.fullBodyFragment != null)
97
this.state =
BodyState
.Disposed;
111
case
BodyState
.Created:
112
case
BodyState
.Encrypted:
115
case
BodyState
.Signed:
116
case
BodyState
.EncryptedThenSigned:
122
case
BodyState
.SignedThenEncrypted:
138
case
BodyState
.Created:
141
case
BodyState
.Signed:
142
case
BodyState
.EncryptedThenSigned:
150
case
BodyState
.Encrypted:
151
case
BodyState
.SignedThenEncrypted:
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;