request.AppendLine("M-SEARCH * HTTP/1.1");
request.AppendLine("HOST: " + SSDP_IP + ":" + SSDP_PORT);
request.AppendLine("MAN: \"ssdp:discover\"");
request.AppendLine("MX: 3");
request.AppendLine("ST: ssdp:all");
request.AppendLine();大家好,我正在尝试获取连接到我的wifi的智能电视的IP地址,
像往常一样,我使用SSDP_IP:239.255.255.250 SSDP_PORT:1900,我正在使用ssdp查询,但我只能查询ssdp:所有,我在网上搜索,但我没有找到我想要的,有人知道如何查询我的智能电视吗?
谢谢
发布于 2014-09-30 05:09:12
这将给你一些提示http://www.samsungdforum.com/Guide/art00030/index.html
如果你把你的c#项目作为开源上传,那就太好了……我很好奇你在做什么。
https://stackoverflow.com/questions/25621318
复制相似问题