Add LibraryConnector.Test to see if requests can be made to endpoint.

This commit is contained in:
2024-04-23 00:48:08 +02:00
parent 51a26a3cba
commit 783f229a6a
3 changed files with 18 additions and 1 deletions

View File

@ -30,6 +30,7 @@ public abstract class LibraryConnector : GlobalBase
this.libraryType = libraryType;
}
public abstract void UpdateLibrary();
internal abstract bool Test();
protected static class NetClient
{