System\ServiceModel\EndpointAddress.cs (5)
101Init(u, (EndpointIdentity)null, (AddressHeaderCollection)null, null, -1, -1, -1);
126Init(uri, identity, headers, null, -1, -1, -1);
160Init(uri, identity ?? ident2, headers, buffer, metadataSection, extSection, pspSection);
173Init(uri, identity, (AddressHeaderCollection)null, null, -1, -1, -1);
177Init(uri, identity, new AddressHeaderCollection(headers), null, -1, -1, -1);