Implement basic HttpListener IPC as WCF alternative

This commit is contained in:
JustArchi
2017-06-26 08:42:00 +02:00
parent fb09581d18
commit a42ec697b0
45 changed files with 837 additions and 2615 deletions

View File

@@ -10,6 +10,8 @@
"Headless": false,
"IdleFarmingPeriod": 3,
"InventoryLimiterDelay": 3,
"IPCHost": "127.0.0.1",
"IPCPort": 1242,
"LoginLimiterDelay": 10,
"MaxFarmingTime": 10,
"MaxTradeHoldDuration": 15,
@@ -17,8 +19,5 @@
"Statistics": true,
"SteamOwnerID": 0,
"SteamProtocol": 6,
"UpdateChannel": 1,
"WCFBinding": 0,
"WCFHost": "127.0.0.1",
"WCFPort": 1242
"UpdateChannel": 1
}