Exemplo n.º 1
0
 public ChannelReader <string> StreamBroken() => TestHubMethodsImpl.StreamBroken();
Exemplo n.º 2
0
 public ChannelReader <int> Stream(int count) => TestHubMethodsImpl.Stream(count);
Exemplo n.º 3
0
 public ChannelReader <int> StreamException() => TestHubMethodsImpl.StreamException();
Exemplo n.º 4
0
 public string Echo(string message) => TestHubMethodsImpl.Echo(message);
Exemplo n.º 5
0
 public string HelloWorld() => TestHubMethodsImpl.HelloWorld();
Exemplo n.º 6
0
 public ChannelReader <int> StreamEchoInt(ChannelReader <int> source) => TestHubMethodsImpl.StreamEchoInt(source);
Exemplo n.º 7
0
 public ChannelReader <string> StreamEcho(ChannelReader <string> source) => TestHubMethodsImpl.StreamEcho(source);
Exemplo n.º 8
0
 public IObservable <int> Stream(int count) => TestHubMethodsImpl.Stream(count);