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