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