private void SetUpSocketBindingAndRegisterCallback() { socket.ClientConnected += OnClientConnected; socket.StartListening(); }