-1

我是一个新的 C# 开发人员(我来自 obj-c),我正在使用 Objective-c 创建一个类型为 ( initWithDomain:@"local." type:@"_nameOfServer._tcp." name:@"nameOfServer" port:1234) 的 TCP 套接字,我想创建一个使用 " type" 值(我想要它,因为我开发了一个 iPhone 应用程序,它使用 type 值搜索 TCP 服务器)。

任何想法(类,代码等)?

4

1 回答 1

0

很确定这不可能在基于 .Net 的套接字服务器中重现。此type参数特定NSNetService于 Cocoa 中的类。

https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSNetService_Class/Reference/Reference.html#//apple_ref/occ/instm/NSNetService/type

于 2012-12-28T20:39:13.867 回答