mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
First working version, not fully tested
This commit is contained in:
parent
08c5c15557
commit
67e36a92d2
4 changed files with 294 additions and 72 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue