2 writes to sin6_scope_id
System.ServiceModel (2)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (2)
138
this.
sin6_scope_id
= (uint)address.ScopeId;
153
this.
sin6_scope_id
= 0; // V4 address doesn't have a scope ID
1 reference to sin6_scope_id
System.ServiceModel (1)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (1)
207
return new IPAddress(this.sin6_addr, this.
sin6_scope_id
);