3 writes to ScopeId
System.Net (1)
net\PeerToPeer\SystemNetHelpers.cs (1)
82ip.ScopeId = scope;
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
466address.ScopeId = this.listenAddress.ScopeId; 476address.ScopeId = this.listenAddress.ScopeId;
27 references to ScopeId
System (3)
net\System\Net\NetworkInformation\ping.cs (2)
342addressSnapshot = new IPAddress(address.GetAddressBytes(), address.ScopeId); 475addressSnapshot = new IPAddress(address.GetAddressBytes(), address.ScopeId);
net\System\Net\SocketAddress.cs (1)
150long scope = ipAddress.ScopeId;
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
379sin.sin6_scope_id = (uint)endPoint.Address.ScopeId;
net\PeerToPeer\SystemNetHelpers.cs (1)
34long scope = ipEndPoint.Address.ScopeId;
System.ServiceModel (20)
System\ServiceModel\Channels\PeerHelpers.cs (2)
571scopeId = addr.ScopeId; 573else if (scopeId != addr.ScopeId)
System\ServiceModel\Channels\PeerIPHelper.cs (4)
106clone = new IPAddress(source.GetAddressBytes(), source.ScopeId); 340uriBuilder.Host = new IPAddress(ipAddress.GetAddressBytes(), ipAddress.ScopeId).ToString(); 466address.ScopeId = this.listenAddress.ScopeId; 476address.ScopeId = this.listenAddress.ScopeId;
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (1)
138this.sin6_scope_id = (uint)address.ScopeId;
System\ServiceModel\Channels\PnrpPeerResolver.cs (7)
458if (!resultsLink.TryGetValue((uint)address.ScopeId, out entry)) 460if (!LinkCloudNames.TryGetValue((uint)address.ScopeId, out cloudName)) 465resultsLink.Add((uint)address.ScopeId, entry); 470if (!resultsSite.TryGetValue((uint)address.ScopeId, out entry)) 472if (!SiteCloudNames.TryGetValue((uint)address.ScopeId, out cloudName)) 477resultsSite.Add((uint)address.ScopeId, entry); 1271sa.sin6_scope_id = (uint)endpoint.Address.ScopeId;
System\ServiceModel\Channels\TransportChannelListener.cs (2)
323if (channelListenerIP.ScopeId != otherIP.ScopeId)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (4)
121scopeId = address.ScopeId; 123else if (scopeId != address.ScopeId) 349scopeId = addr.ScopeId; 351else if (scopeId != addr.ScopeId)
WsatConfig (1)
Configuration\HttpWrapper.cs (1)
194a.scopeID = (Int32)source.ScopeId;
WsatUI (1)
Configuration\HttpWrapper.cs (1)
194a.scopeID = (Int32)source.ScopeId;