tipp update

This commit is contained in:
waltem01 2022-06-27 06:51:29 +02:00
parent 64a186f046
commit cba4136151

View File

@ -15,7 +15,7 @@ namespace SocketTestClient {
string ipAddress = "127.0.0.1";
int port = 3000;
Console.WriteLine("Enter the Server IP and Port");
Console.Write("(Format: IPv4:Port; Press ENTER for default): ");
Console.Write("(Format: IPv4:Port; Default: EMPTY): ");
string input = Console.ReadLine();
if (input != "") {
string[] splits = input.Split(':');