3 writes to Comment
System.Net (3)
net\PeerToPeer\PeerNameRegistration.cs (1)
194
m_PeerNameRecord.
Comment
= value;
net\PeerToPeer\PeerNameResolver.cs (2)
313
record.
Comment
= comment;
679
record.
Comment
= comment;
8 references to Comment
System.Net (8)
net\PeerToPeer\PeerNameRecord.cs (1)
169
Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tComment: {0}",
Comment
);
net\PeerToPeer\PeerNameRegistration.cs (7)
190
return m_PeerNameRecord.
Comment
;
349
if (m_PeerNameRecord.
Comment
!= null && m_PeerNameRecord.
Comment
.Length > 0)
351
regInfo.pwszComment = m_PeerNameRecord.
Comment
;
538
if (m_PeerNameRecord.
Comment
!= null && m_PeerNameRecord.
Comment
.Length > 0)
540
regInfo.pwszComment = m_PeerNameRecord.
Comment
;