Windows 上的浏览​​器和 winsock

发布于 2024-09-28 14:00:18 字数 49 浏览 3 评论 0原文

Windows 操作系统上的所有浏览器都通过 Winsock 工作,这是真的吗?谢谢

Is thit true that all browsers on windows OS work thru winsock? thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陈甜 2024-10-05 14:00:18

我认为所有浏览器实际上都使用Winsock2。它对 Winsock 有多个扩展,大多数与套接字上重叠(异步)I/O 的支持有关。

具体来说,MS Internet Explorer 使用名为 WinINet 的高级库。当然,这又使用了Winsock2。

I think that all the browsers use actually Winsock2. It has several extensions over Winsock, most are related to the support of overlapped (asynchronous) I/O on sockets.

Specifically MS Internet Explorer uses a higher-level library called WinINet. Which in turn of course uses Winsock2.

掐死时间 2024-10-05 14:00:18

我不知道他们都这样做(无论如何,“全部”是什么意思?)但是他们还会使用什么? Winsock 是 Windows Sockets API,通过它来协调对网卡的访问。

I don't know for a fact that they all do (what does "all" mean, anyway?) But what else would they use? Winsock is the Windows Sockets API, through which access to network cards is mediated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文