5 references to MaxHostName
System (5)
net\System\Net\DNS.cs (5)
214if (hostName.Length > MaxHostName // If 255 chars, the last one must be a dot. 215|| hostName.Length == MaxHostName && hostName[MaxHostName-1] != '.') { 217"hostName", MaxHostName.ToString(NumberFormatInfo.CurrentInfo))); 557if (string.IsNullOrEmpty(hostName) || hostName.Length > MaxHostName)