2 references to ToByte
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
1070int port = Convert.ToByte(parsedList[index--], NumberFormatInfo.InvariantInfo); 1071port |= (Convert.ToByte(parsedList[index--], NumberFormatInfo.InvariantInfo) << 8);