2 writes to address
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
218this.address = address; 224set { this.address = value; }
1 reference to address
System.ServiceModel (1)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (1)
223get { return this.address; }