9 references to pEndPoint
System.Net (9)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
979if (appData.pEndPoint != IntPtr.Zero){ 980PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(appData.pEndPoint, typeof(PEER_ENDPOINT));
net\PeerToPeer\Collaboration\MyContact.cs (2)
357if (appData.pEndPoint != IntPtr.Zero){ 358PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(appData.pEndPoint, typeof(PEER_ENDPOINT));
net\PeerToPeer\Collaboration\PeerApplication.cs (2)
400if (appData.pEndPoint != IntPtr.Zero){ 401PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(appData.pEndPoint, typeof(PEER_ENDPOINT));
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
1635if (appData.pEndPoint != IntPtr.Zero){
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1373if (appData.pEndPoint != IntPtr.Zero){ 1374PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(appData.pEndPoint, typeof(PEER_ENDPOINT));