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