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