mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 14:38:43 +00:00
RPC Test
This commit is contained in:
@@ -128,6 +128,15 @@ public class Warehouse
|
||||
throw new Exception("Authentication provider not found.");
|
||||
}
|
||||
|
||||
public IAuthenticationProvider? TryGetAuthenticationProvider(string name)
|
||||
{
|
||||
if (_authenticationProviders.ContainsKey(name))
|
||||
return _authenticationProviders[name];
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
public Warehouse()
|
||||
{
|
||||
Protocols.Add("EP",
|
||||
|
||||
Reference in New Issue
Block a user