4 writes to iSockaddrLength
System.ServiceModel (4)
System\ServiceModel\Channels\PnrpPeerResolver.cs (4)
1110native.LocalAddr.iSockaddrLength = input.LocalAddr.iSockaddrLength; 1112native.RemoteAddr.iSockaddrLength = input.RemoteAddr.iSockaddrLength; 1207target.saHint.iSockaddrLength = source.saHint.iSockaddrLength; 1212target.saHint.iSockaddrLength = 0;
2 references to iSockaddrLength
System.ServiceModel (2)
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
2229if (socketAddress.iSockaddrLength == Marshal.SizeOf(typeof(sockaddr_in))) 2240if (socketAddress.iSockaddrLength == Marshal.SizeOf(typeof(sockaddr_in6)))