2 writes to listenAddress
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
893
this.
listenAddress
= value;
1049
this.
listenAddress
= remoteAddress;
1 reference to listenAddress
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
874
PeerNodeAddress address = this.
listenAddress
;