4 references to pContact
System.Net (4)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
547if (endpointData.pContact != IntPtr.Zero){ 548PEER_CONTACT pc = (PEER_CONTACT)Marshal.PtrToStructure(endpointData.pContact, typeof(PEER_CONTACT));
net\PeerToPeer\Collaboration\PeerEndPoint.cs (2)
329if (epData.pContact != IntPtr.Zero){ 330PEER_CONTACT pc = (PEER_CONTACT)Marshal.PtrToStructure(epData.pContact, typeof(PEER_CONTACT));