diff --git a/ArchiSteamFarm/lib/SteamKit2.dll b/ArchiSteamFarm/lib/SteamKit2.dll index ae625e8db..f36e2474d 100644 Binary files a/ArchiSteamFarm/lib/SteamKit2.dll and b/ArchiSteamFarm/lib/SteamKit2.dll differ diff --git a/ArchiSteamFarm/lib/SteamKit2.xml b/ArchiSteamFarm/lib/SteamKit2.xml index ab123d30b..7d4a08ed3 100644 --- a/ArchiSteamFarm/lib/SteamKit2.xml +++ b/ArchiSteamFarm/lib/SteamKit2.xml @@ -2165,6 +2165,14 @@ The IP address and port of the server. A new instance + + + Creates a Socket server given an IP endpoint. + + The IP address and port of the server, as a string. + A new , if the address was able to be parsed. null otherwise. + true if the address was able to be parsed, false otherwise. + Creates a WebSocket server given an address in the form of "hostname:port". @@ -6285,6 +6293,15 @@ Cancellation Token A with the Result set to an enumerable list of s. + + + Load a list of servers from the Steam Directory. + + Configuration Object + Max number of servers to return. The API will typically return this number per server type (socket and websocket). + Cancellation Token + A with the Result set to an enumerable list of s. + Utility class for interacting with the Steam Web API. diff --git a/tools/NetHook2/NetHook2.dll b/tools/NetHook2/NetHook2.dll index 568e8334c..8349de15e 100644 Binary files a/tools/NetHook2/NetHook2.dll and b/tools/NetHook2/NetHook2.dll differ diff --git a/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe b/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe index 7d03381a3..8721bda31 100644 Binary files a/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe and b/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe differ diff --git a/tools/NetHookAnalyzer2/SteamKit2.dll b/tools/NetHookAnalyzer2/SteamKit2.dll index 6b2f6ce85..f36e2474d 100644 Binary files a/tools/NetHookAnalyzer2/SteamKit2.dll and b/tools/NetHookAnalyzer2/SteamKit2.dll differ