4 references to ReadServiceParameters
System.ServiceModel (4)
System\ServiceModel\Configuration\AddressHeaderCollectionElement.cs (1)
67this.Headers = AddressHeaderCollection.ReadServiceParameters(XmlDictionaryReader.CreateDictionaryReader(reader));
System\ServiceModel\EndpointAddress.cs (3)
783AddressHeaderCollection tmp = AddressHeaderCollection.ReadServiceParameters(reader); 792headers = AddressHeaderCollection.ReadServiceParameters(reader); 919headers = AddressHeaderCollection.ReadServiceParameters(reader);