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

@@ -421,12 +421,12 @@ namespace ArchiSteamFarm {
internal enum EUserInputType : byte {
Unknown,
DeviceID,
IPCHostname,
Login,
Password,
SteamGuard,
SteamParentalPIN,
TwoFactorAuthentication,
WCFHostname
TwoFactorAuthentication
}
}
}