Example #1
0
 public SseSubscriber(string streamName, SseClient client)
     : this(streamName, client, string.Empty, string.Empty)
 {
 }