3 references to addrByteCount
System.ServiceModel (3)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (3)
123
[MarshalAs(UnmanagedType.ByValArray, SizeConst =
addrByteCount
)]
145
this.sin6_addr = new byte[
addrByteCount
];
150
for (int i = v4Index; i <
addrByteCount
; i++)