2 references to MAX_COMMENT_SIZE
System.Net (2)
net\PeerToPeer\PeerNameRecord.cs (2)
138
if (value.Length >
MAX_COMMENT_SIZE
)
139
throw new ArgumentException(SR.GetString(SR.Pnrp_CommentMaxLengthExceeded,
MAX_COMMENT_SIZE
));