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