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