2 writes to sin6_scope_id
System.ServiceModel (2)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (2)
138this.sin6_scope_id = (uint)address.ScopeId; 153this.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)
207return new IPAddress(this.sin6_addr, this.sin6_scope_id);