1 write to outgoingSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
161
this.
outgoingSupportingTokens
= new Collection<SupportingTokenSpecification>();
6 references to outgoingSupportingTokens
System.ServiceModel (6)
System\ServiceModel\Security\SecurityMessageProperty.cs (6)
159
if (this.
outgoingSupportingTokens
== null)
163
return this.
outgoingSupportingTokens
;
171
return ((this.
outgoingSupportingTokens
!= null) && (this.
outgoingSupportingTokens
.Count > 0));
182
for (int i = 0; i < this.
outgoingSupportingTokens
.Count; ++i)
184
result.OutgoingSupportingTokens.Add(this.
outgoingSupportingTokens
[i]);