5 references to MaxHostName
System (5)
net\System\Net\DNS.cs (5)
214
if (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)));
557
if (string.IsNullOrEmpty(hostName) || hostName.Length >
MaxHostName
)