1 write to listenAddress
System.ServiceModel (1)
System\ServiceModel\Channels\PeerIPHelper.cs (1)
51
this.
listenAddress
= listenAddress;
9 references to listenAddress
System.ServiceModel (9)
System\ServiceModel\Channels\PeerIPHelper.cs (9)
165
if (this.
listenAddress
!= null) // single local address scenario?
168
if (ValidAddress(this.
listenAddress
))
170
return (CreateAddressArray(this.
listenAddress
));
454
ReadOnlyCollection<IPAddress> sortedAddresses = SocketAddressList.SortAddresses(this.ipv6Socket,
listenAddress
, addresses);
458
if (this.
listenAddress
!= null)
460
if (this.
listenAddress
.IsIPv6LinkLocal)
466
address.ScopeId = this.
listenAddress
.ScopeId;
470
else if (this.
listenAddress
.IsIPv6SiteLocal)
476
address.ScopeId = this.
listenAddress
.ScopeId;