5 references to pEndPoint
System.Net (5)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
552if (endpointData.pEndPoint != IntPtr.Zero){ 553PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(endpointData.pEndPoint, typeof(PEER_ENDPOINT));
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
1137if (ped.endpointChangedData.pEndPoint != IntPtr.Zero){
net\PeerToPeer\Collaboration\PeerEndPoint.cs (2)
321if (epData.pEndPoint != IntPtr.Zero){ 322PEER_ENDPOINT pe = (PEER_ENDPOINT)Marshal.PtrToStructure(epData.pEndPoint, typeof(PEER_ENDPOINT));