2 references to PeerEndPoint
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
364
return new
PeerEndPoint
(IPEndPt, Marshal.PtrToStringUni(pe.pwzEndpointName));
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
75
public PeerEndPoint(IPEndPoint endPoint):
this
(endPoint, null)