Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.39 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.39 KB

Remote Agency

Remote Agency is built for making the communicating among components in different computers easier. Remote Agency can create proxy objects based on one interface file which should be implemented by a remote class, and serializing the accessing between the proxy and the real service object.

SecretNest.RemoteAgency packages are licensed under MIT. You can copy and redistribute the material in any medium or format for any purpose, even commercially.

Home page: https://secretnest.info/RemoteAgency

Documentation: https://RemoteAgency.docs.secretnest.info

Nuget Packages

Package Description
SecretNest.RemoteAgency Main library.
SecretNest.RemoteAgency.Base Base classes, interfaces and attributes of Remote Agency.
SecretNest.RemoteAgency.DataContractSerializer Using DataContractSerializer as serialization solution in Remote Agency.
SecretNest.RemoteAgency.DataContractSerializer.EasyEncapsulation Encapsulation including DataContractSerializer and RemoteAgency.

Remote Hub

Remote Hub is the solution for connecting Remote Agency sites.