Renaming RemoteEndpoint to Proxy

This commit is contained in:
2025-06-27 16:20:17 +03:00
parent f31ddf1604
commit 80490947b1
8 changed files with 12 additions and 91 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ namespace Example.Shared
Task AsyncTest(CancellationToken token = default);
}
partial class LoadTestRemoteEndpoint2
partial class LoadTestProxy2
: RemoteObjectBase, ILoadTest
{
public LoadTestRemoteEndpoint2(int id, IRepresentationModule representationModule, IEndPointContext context)
public LoadTestProxy2(int id, IRepresentationModule representationModule, IEndPointContext context)
: base(id, representationModule, context)
{
}