1 write to Name
System.Net (1)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
355
Name
= nameChangedArgs.PeerEndPoint.Name;
16 references to Name
System.Net (16)
net\PeerToPeer\Collaboration\ContactManager.cs (3)
555
newName = peerEndPoint.
Name
;
1409
if (peerEndPoint.
Name
!= null){
1410
pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);
net\PeerToPeer\Collaboration\Peer.cs (8)
381
if (peerEndPoint.
Name
!= null){
382
pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);
550
if (peerEndPoint.
Name
!= null){
551
pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);
699
if (peerEndPoint.
Name
!= null){
700
pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);
1167
if (peerEndPoint.
Name
!= null){
1168
pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);
net\PeerToPeer\Collaboration\PeerContact.cs (1)
1037
GCHandle pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);
net\PeerToPeer\Collaboration\PeerEndPoint.cs (3)
337
peerEndPoint.
Name
);
355
Name = nameChangedArgs.PeerEndPoint.
Name
;
475
Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tDescription: {0}",
Name
);
net\PeerToPeer\Collaboration\PeerNearMe.cs (1)
388
GCHandle pepName = GCHandle.Alloc(peerEndPoint.
Name
, GCHandleType.Pinned);