FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (5)
100Init(u, (EndpointIdentity)null, (AddressHeaderCollection)null, null, -1, -1, -1);
125Init(uri, identity, headers, null, -1, -1, -1);
159Init(uri, identity ?? ident2, headers, buffer, _metadataSection, extSection, _pspSection);
172Init(uri, identity, (AddressHeaderCollection)null, null, -1, -1, -1);
176Init(uri, identity, new AddressHeaderCollection(headers), null, -1, -1, -1);