1 instantiation of PeerEndPoint
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
364return new PeerEndPoint(IPEndPt, Marshal.PtrToStringUni(pe.pwzEndpointName));
76 references to PeerEndPoint
System.Net (76)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
289PeerEndPoint peerEP = ConvertPEER_ENDPOINTToPeerEndPoint(pe); 346internal static PeerEndPoint ConvertPEER_ENDPOINTToPeerEndPoint(PEER_ENDPOINT pe)
net\PeerToPeer\Collaboration\ContactManager.cs (8)
51private PeerEndPoint m_peerEndPoint; 55internal SubscriptionListChangedEventArgs(PeerEndPoint peerEndPoint, PeerContact peerContact, 63public PeerEndPoint PeerEndPoint 544PeerEndPoint peerEndPoint = null; 760PeerEndPoint peerEndPoint = null; 972PeerEndPoint peerEndPoint = null; 1185PeerEndPoint peerEndPoint = null; 1399PeerEndPoint peerEndPoint = peerNearMe.PeerEndPoints[0];
net\PeerToPeer\Collaboration\MyContact.cs (3)
195PeerEndPoint peerEndPoint = null; 356PeerEndPoint peerEndPoint = null; 524PeerEndPoint peerEndPoint = null;
net\PeerToPeer\Collaboration\Peer.cs (16)
31private PeerEndPoint m_peerEndPoint; 36internal ObjectChangedEventArgs(PeerEndPoint peerEndPoint, PeerContact peerContact, 45public PeerEndPoint PeerEndPoint 84private PeerEndPoint m_peerEndPoint; 89internal PresenceChangedEventArgs(PeerEndPoint peerEndPoint, PeerContact peerContact, 98public PeerEndPoint PeerEndPoint 174private PeerEndPoint m_peerEndPoint; 175internal RefreshDataCompletedEventArgs(PeerEndPoint peerEndPoint, 184public PeerEndPoint PeerEndPoint 245foreach (PeerEndPoint peerEndPoint in PeerEndPoints){ 352public PeerPresenceInfo GetPresenceInfo(PeerEndPoint peerEndPoint) 464foreach (PeerEndPoint peerEndPoint in PeerEndPoints) 519internal static PeerObjectCollection InternalGetObjects(Guid objectId, bool guidSupplied, PeerEndPoint peerEndPoint) 655PeerEndPoint peerEndPoint, PeerContact peerContact) 1113foreach (PeerEndPoint peerEndPoint in m_peerEndPoints) 1152internal void InviteAsyncEndPoint(PeerEndPoint peerEndPoint, PEER_INVITATION pi)
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
393PeerEndPoint peerEndPoint = null;
net\PeerToPeer\Collaboration\PeerApplicationLaunchInfo.cs (2)
19private PeerEndPoint m_peerEndPoint; 36public PeerEndPoint PeerEndPoint
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
1472PeerEndPoint peerEndPoint = null;
net\PeerToPeer\Collaboration\PeerContact.cs (18)
29private PeerEndPoint m_peerEndPoint; 34internal ApplicationChangedEventArgs(PeerEndPoint peerEndPoint, PeerContact peerContact, 43public PeerEndPoint PeerEndPoint 293PeerEndPoint peerEndPoint = CollaborationHelperFunctions.ConvertPEER_ENDPOINTToPeerEndPoint(pe); 682foreach (PeerEndPoint peerEndPoint in peerEndPoints){ 708public PeerInvitationResponse Invite(PeerEndPoint peerEndPoint) 738public PeerInvitationResponse Invite(PeerEndPoint peerEndPoint, PeerApplication applicationToInvite, 838public void InviteAsync(PeerEndPoint peerEndPoint, Object userToken) 870public void InviteAsync(PeerEndPoint peerEndPoint, string message, 931public PeerApplicationCollection GetApplications(PeerEndPoint peerEndPoint) 946public PeerApplicationCollection GetApplications(PeerEndPoint peerEndPoint, Guid applicationId) 965foreach (PeerEndPoint peerEndPoint in peerEndPoints) 1008private static PeerApplicationCollection InternalGetApplications(Guid applicationId, bool guidSupplied, PeerEndPoint peerEndPoint) 1120public PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint) 1134public PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint, Guid objectId) 1371PeerEndPoint peerEndPoint = null; 1618PeerEndPoint peerEndPoint = null; 1869PeerEndPoint peerEndPoint = null;
net\PeerToPeer\Collaboration\PeerEndPoint.cs (18)
28private PeerEndPoint m_peerEndPoint; 32internal NameChangedEventArgs(PeerEndPoint peerEndPoint, PeerContact peerContact, 40public PeerEndPoint PeerEndPoint 67public class PeerEndPoint : IDisposable, IEquatable<PeerEndPoint>, ISerializable 319PeerEndPoint peerEndPoint = null; 374public bool Equals(PeerEndPoint other) 390PeerEndPoint comparandPeerEndPoint = obj as PeerEndPoint; 399PeerEndPoint comparandPeerEndPoint1 = objA as PeerEndPoint; 400PeerEndPoint comparandPeerEndPoint2 = objB as PeerEndPoint; 484public class PeerEndPointCollection : Collection<PeerEndPoint>, IEquatable<PeerEndPointCollection> 488protected override void SetItem(int index, PeerEndPoint item) 499protected override void InsertItem(int index, PeerEndPoint item) 515foreach (PeerEndPoint peerEndPoint in this){ 532foreach (PeerEndPoint peerEndPoint1 in other) 533foreach (PeerEndPoint peerEndPoint2 in this)
net\PeerToPeer\Collaboration\PeerNearMe.cs (6)
171public static PeerNearMe CreateFromPeerEndPoint(PeerEndPoint peerEndPoint) 305PeerEndPoint peerEndPoint = null; 382internal static void InternalRefreshData(PeerEndPoint peerEndPoint) 705PeerEndPoint peerEndPoint = PeerEndPoints[0]; 739PeerEndPoint peerEndPoint = PeerEndPoints[0]; 906foreach (PeerEndPoint peerEndPoint in PeerEndPoints)
net\PeerToPeer\Collaboration\PeerObject.cs (1)
338PeerEndPoint peerEndPoint = null;