6 instantiations of AddressHeaderCollection
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
47
internal static AddressHeaderCollection EmptyHeaderCollection { get; } = new
AddressHeaderCollection
();
209
return new
AddressHeaderCollection
(headerList);
System\ServiceModel\EndpointAddress.cs (4)
155
Init(uri, identity, new
AddressHeaderCollection
(headers), null, -1, -1, -1);
247
_headers = new
AddressHeaderCollection
();
712
headers = new
AddressHeaderCollection
(headerList);
1312
new
AddressHeaderCollection
(Headers),
21 references to AddressHeaderCollection
System.ServiceModel (1)
netstandard.cs (1)
30
[assembly: TypeForwardedTo(typeof(
AddressHeaderCollection
))]
System.ServiceModel.Primitives (20)
System\ServiceModel\Channels\AddressHeaderCollection.cs (4)
47
internal static
AddressHeaderCollection
EmptyHeaderCollection { get; } = new AddressHeaderCollection();
131
internal bool IsEquivalent(
AddressHeaderCollection
col)
187
internal static
AddressHeaderCollection
ReadServiceParameters(XmlDictionaryReader reader)
192
internal static
AddressHeaderCollection
ReadServiceParameters(XmlDictionaryReader reader, bool isReferenceProperty)
System\ServiceModel\EndpointAddress.cs (16)
73
private
AddressHeaderCollection
_headers;
82
private EndpointAddress(AddressingVersion version, Uri uri, EndpointIdentity identity,
AddressHeaderCollection
headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection)
96
Init(u, (EndpointIdentity)null, (
AddressHeaderCollection
)null, null, -1, -1, -1);
119
internal EndpointAddress(Uri uri, EndpointIdentity identity,
AddressHeaderCollection
headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader, XmlDictionaryReader pspReader)
151
Init(uri, identity, (
AddressHeaderCollection
)null, null, -1, -1, -1);
159
private void Init(Uri uri, EndpointIdentity identity,
AddressHeaderCollection
headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection)
164
private void Init(AddressingVersion version, Uri uri, EndpointIdentity identity,
AddressHeaderCollection
headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection)
241
public
AddressHeaderCollection
Headers
580
AddressHeaderCollection
headers;
673
private 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)
693
headers =
AddressHeaderCollection
.ReadServiceParameters(reader, true);
707
AddressHeaderCollection
tmp =
AddressHeaderCollection
.ReadServiceParameters(reader);
716
headers =
AddressHeaderCollection
.ReadServiceParameters(reader);
847
private static bool ReadContentsFrom10(XmlDictionaryReader reader, out Uri uri, out
AddressHeaderCollection
headers, out EndpointIdentity identity, out XmlBuffer buffer, out int metadataSection, out int extensionSection)
864
headers =
AddressHeaderCollection
.ReadServiceParameters(reader);