Allow specifying a listen interface and port, for remote replaying

This commit is contained in:
baldurk
2016-07-12 17:39:22 +02:00
parent aaa2bd1d7d
commit 73dc89f25a
8 changed files with 44 additions and 20 deletions
@@ -62,7 +62,7 @@ namespace renderdocui.Windows.Dialogs
string[] proxies = new string[0];
try
{
var dummy = StaticExports.CreateRemoteReplayConnection("-");
var dummy = StaticExports.CreateRemoteReplayConnection("-", 0);
proxies = dummy.LocalProxies();
dummy.Shutdown();
}