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