implement auto port support for socket bridge communication

This commit is contained in:
Gregor Biswanger
2017-10-06 05:04:56 +02:00
parent d3fc1c8657
commit 47996a76d9
14 changed files with 108 additions and 1463 deletions

View File

@@ -10,13 +10,14 @@
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"commandLineArgs": "/electronPort=3000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ElectronNET.WebApp": {
"commandName": "Project",
"commandLineArgs": "/electronPort=3000",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
@@ -24,4 +25,4 @@
"applicationUrl": "http://localhost:50395/"
}
}
}
}