Fabriccio T. Cortes
Fabriccio T. Cortes
yes online with de method Listen() or Suscribe().
¿Hola exactamente cual es tu duda? ¿Es decir quieres obtener datos o subirlos?
Hi, its easy: EventStreamResponse response = await _client.OnAsync("chat", (sender, args, context) => { System.Console.WriteLine(args.Data); });
If you want a notification only change System.Console.WriteLine to a MessageBox. Obviously if you are using a WPF o a windows forms.
@AkGupSky Did you find a solution?