文件名称:Zyan:Zyan通讯框架
文件大小:11.43MB
文件格式:ZIP
更新时间:2024-02-25 21:53:23
android c-sharp linq socket xamarin
Zyan通讯框架 易于使用的.NET,Mono和Xamarin.Android分布式应用程序框架。 NuGet软件包: ,网站: 。 服务器端代码 // Create component host named "ZyanDemo" and bind to TCP port 8080 var host = new ZyanComponentHost ( " ZyanDemo " , 8080 ); // Register component type and interface host . RegisterComponent < IHelloWorldService , HelloWor