C# Programmation Réseau: Exemple d’un Serveur de diffusion avec le protocole UDP

Author:
oding.ASCII.GetBytes(hostname);
      sock.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast1);
      sock.SendTo(data, iep1);
      sock.