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