3 writes to address
System.ServiceModel (3)
System\ServiceModel\EndpointAddressAugust2004.cs (3)
26this.address = null; 31this.address = address; 50this.address = EndpointAddress.ReadFrom(AddressingVersion.WSAddressingAugust2004, XmlDictionaryReader.CreateDictionaryReader(reader));
2 references to address
System.ServiceModel (2)
System\ServiceModel\EndpointAddressAugust2004.cs (2)
45return this.address; 55this.address.WriteContentsTo(AddressingVersion.WSAddressingAugust2004, XmlDictionaryWriter.CreateDictionaryWriter(writer));