First working version, not fully tested

This commit is contained in:
Anon 2024-06-30 11:26:41 +02:00
parent 08c5c15557
commit 67e36a92d2
4 changed files with 294 additions and 72 deletions

View file

@ -46,6 +46,9 @@ namespace MinecraftClient.Protocol
ILogger GetLogger();
void GetCookie(string key, out byte[]? data);
void SetCookie(string key, byte[] data);
void DeleteCookie(string key);
void Transfer(string newHost, int newPort);
/// <summary>
/// Invoke a task on the main thread, wait for completion and retrieve return value.