obsolete API

This commit is contained in:
Paul Schneider 2020-12-29 19:42:37 +00:00
commit b63947f34e
2 changed files with 2 additions and 9 deletions

View file

@ -79,7 +79,7 @@ namespace cli {
async Task DoStream (Stream stream)
{
_tokenSource = new CancellationTokenSource();
var url = _cxSettings.NStreamingUrl + "/" + HttpUtility.UrlEncode(_destArg.Value);
var url = _cxSettings.StreamingUrl + "/" + HttpUtility.UrlEncode(_destArg.Value);
_logger.LogInformation("Connecting to " + url);
await _client.ConnectAsync(new Uri(url), _tokenSource.Token);