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