6 references to GetListenAddress
System.ServiceModel (6)
System\ServiceModel\Channels\PeerConnector.cs (1)
565PeerNodeAddress listenAddress = this.config.GetListenAddress(true);
System\ServiceModel\Channels\PeerMaintainer.cs (2)
523PeerNodeAddress lclNodeAddress = config.GetListenAddress(true); 591return config.GetListenAddress(true);
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
996nodeAddress = lclconfig.GetListenAddress(false); 1262RegisterAddress(lclMeshId, lclConfig.GetListenAddress(false), timeoutHelper.RemainingTime());
System\ServiceModel\Channels\PeerService.cs (1)
170listenAddr = config.GetListenAddress(true);