6 instantiations of AddressHeaderCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
14private static AddressHeaderCollection s_emptyHeaderCollection = new AddressHeaderCollection(); 185return new AddressHeaderCollection(headerList);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (4)
176Init(uri, identity, new AddressHeaderCollection(headers), null, -1, -1, -1); 263_headers = new AddressHeaderCollection(); 786headers = new AddressHeaderCollection(headerList); 1385new AddressHeaderCollection(_headers),
23 references to AddressHeaderCollection
dotnet-svcutil-lib (23)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeaderCollection.cs (5)
14private static AddressHeaderCollection s_emptyHeaderCollection = new AddressHeaderCollection(); 44internal static AddressHeaderCollection EmptyHeaderCollection 113internal bool IsEquivalent(AddressHeaderCollection col) 163internal static AddressHeaderCollection ReadServiceParameters(XmlDictionaryReader reader) 168internal static AddressHeaderCollection ReadServiceParameters(XmlDictionaryReader reader, bool isReferenceProperty)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (18)
73private AddressHeaderCollection _headers; 86private EndpointAddress(AddressingVersion version, Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection) 100Init(u, (EndpointIdentity)null, (AddressHeaderCollection)null, null, -1, -1, -1); 118public EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers) 133internal EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader, XmlDictionaryReader pspReader) 163public EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader) 172Init(uri, identity, (AddressHeaderCollection)null, null, -1, -1, -1); 180private void Init(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection) 185private void Init(AddressingVersion version, Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection) 257public AddressHeaderCollection Headers 660AddressHeaderCollection headers; 747private static bool ReadContentsFrom200408(XmlDictionaryReader reader, out Uri uri, out AddressHeaderCollection headers, out EndpointIdentity identity, out XmlBuffer buffer, out int metadataSection, out int extensionSection, out int pspSection) 767headers = AddressHeaderCollection.ReadServiceParameters(reader, true); 781AddressHeaderCollection tmp = AddressHeaderCollection.ReadServiceParameters(reader); 790headers = AddressHeaderCollection.ReadServiceParameters(reader); 903private static bool ReadContentsFrom10(XmlDictionaryReader reader, out Uri uri, out AddressHeaderCollection headers, out EndpointIdentity identity, out XmlBuffer buffer, out int metadataSection, out int extensionSection) 917headers = AddressHeaderCollection.ReadServiceParameters(reader);