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:
@@ -220,6 +220,7 @@ public static class TypeDefGenerator
|
||||
var path = urlRegex.Split(url);
|
||||
var con = Warehouse.Default.Get<EpConnection>(path[1] + "://" + path[2], new EpConnectionContext()
|
||||
{
|
||||
AuthenticationMode = Security.Authority.AuthenticationMode.None,
|
||||
Identity = username
|
||||
}).Wait(10000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user