1 write to webHeaderCollection
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
451this.webHeaderCollection = new WebHeaderCollection();
5 references to webHeaderCollection
System.ServiceModel (5)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
550return (T)(object)this.webHeaderCollection; 594requirement.WebHeaders = this.webHeaderCollection; 765if (this.webHeaderCollection != null && this.webHeaderCollection.Count > 0) 781rmp.Headers.Add(this.webHeaderCollection);