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