使用我的应用程序中的 C# 创建临时网络
我想在我的应用程序中使用 C# 自动创建临时网络,而不强制用户使用 Windows 创建临时网络,并且用户可以使用我的应用程序连接到该网络
I want to create ad-hoc network using c# in my application automaticaly without force the user to make it using windows and users can connect to this network using my application
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过点对点 API 实现这一点。
http://msdn.microsoft.com/en-us/ library/aa371704(VS.85).aspx
但是,该 API 是本机的。不能直接从C#使用,您可以通过P/Invoke访问API。
you can that by Peer-to-Peer API.
http://msdn.microsoft.com/en-us/library/aa371704(VS.85).aspx
but, that APIs are native. can't use direct from C#, you can access API by P/Invoke.