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