1 write to sin6_family
System.ServiceModel (1)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (1)
156
this.
sin6_family
= (short)AddressFamily.InterNetworkV6;
2 references to sin6_family
System.ServiceModel (2)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (2)
161
public short Family { get { return this.
sin6_family
; } }
189
if (!(this.
sin6_family
== (short)AddressFamily.InterNetworkV6))