Skip to content
Snippets Groups Projects
Commit 8c200cde authored by HARTMANN Hugo's avatar HARTMANN Hugo
Browse files

Get version testée

parent 1c0c4b2f
No related merge requests found
......@@ -72,7 +72,7 @@ namespace ClientUdp
public static void EnvoyerMsg(Socket socket, EndPoint serverEP)
{
byte[] buffer = new byte[ChatMessage.bufferSize];
Console.WriteLine("Commande ? POST ou GET ou SUB ou UNSUB");
Console.WriteLine("Commande ? POST ou GET");
String commande = Console.ReadLine();
switch (commande)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment