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