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

@ -36,17 +36,10 @@ namespace cli
$"{SiteAccessSheme}://{Authority}:{Port}/token";
} }
[NotMapped]
[JsonIgnore]
public string StreamingUrl { get {
return Port==0 ? $"ws://{Authority}"+Constants.LivePath:
$"ws://{Authority}:{Port}"+Constants.LivePath;
} }
[NotMapped]
[JsonIgnore]
public string NStreamingUrl { get {
return Port==0 ? $"ws://{Authority}"+Constants.StreamingPath:
$"ws://{Authority}:{Port}"+Constants.StreamingPath;
} }