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