3 writes to address
System.ServiceModel (3)
System\ServiceModel\Description\MetadataReference.cs (3)
31
this.
address
= address;
38
set { this.
address
= value; }
54
this.
address
= EndpointAddress.ReadFrom(XmlDictionaryReader.CreateDictionaryReader(reader), out this.addressVersion);
3 references to address
System.ServiceModel (3)
System\ServiceModel\Description\MetadataReference.cs (3)
37
get { return this.
address
; }
59
if (
address
!= null)
61
address
.WriteContentsTo(this.addressVersion, writer);