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