4 references to Init
System.ServiceModel.Primitives (4)
System\ServiceModel\EndpointAddress.cs (4)
96Init(u, (EndpointIdentity)null, (AddressHeaderCollection)null, null, -1, -1, -1); 145Init(uri, identity ?? ident2, headers, buffer, _metadataSection, extSection, _pspSection); 151Init(uri, identity, (AddressHeaderCollection)null, null, -1, -1, -1); 155Init(uri, identity, new AddressHeaderCollection(headers), null, -1, -1, -1);