Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Mono 的新手。但我想知道是否可以使用Mono For Android向另一台设备(特定 IP 地址)发送和接收字符串或其他数据?如果是,我该怎么做?
如 mono api中所述,您可以在标准 java ServerSocket 和 ClientSocket 类上使用绑定。您可以在此处找到此类用法的示例。我认为将 java 映射到 C# 代码没有问题。