7 references to pEndPoint
System.Net (7)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
767if (presenceData.pEndPoint != IntPtr.Zero){ 768PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(presenceData.pEndPoint, typeof(PEER_ENDPOINT));
net\PeerToPeer\Collaboration\MyContact.cs (2)
196if (presenceData.pEndPoint != IntPtr.Zero){ 197PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(presenceData.pEndPoint, typeof(PEER_ENDPOINT));
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
1305if (presenceData.pEndPoint != IntPtr.Zero){
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1871if (presenceData.pEndPoint != IntPtr.Zero){ 1873PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(presenceData.pEndPoint, typeof(PEER_ENDPOINT));