1 instantiation of SOCKADDR_IN6
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
373SOCKADDR_IN6 sin = new SOCKADDR_IN6();
3 references to SOCKADDR_IN6
System.Net (3)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
254internal static void ByteArrayToSin6Addr(byte[] addrBytes, ref SOCKADDR_IN6 sin6) 373SOCKADDR_IN6 sin = new SOCKADDR_IN6();
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (1)
244internal SOCKADDR_IN6 sin6;