简体   繁体   English

Windows上的浏览器和Winsock

[英]Browsers and winsock on windows

Is thit true that all browsers on windows OS work thru winsock? Windows OS上的所有浏览器都可以通过winsock运行吗? thanks 谢谢

I think that all the browsers use actually Winsock2. 我认为所有浏览器实际上都使用Winsock2。 It has several extensions over Winsock, most are related to the support of overlapped (asynchronous) I/O on sockets. 它具有Winsock的几个扩展,大多数与套接字上重叠(异步)I / O的支持有关。

Specifically MS Internet Explorer uses a higher-level library called WinINet. 具体地说,MS Internet Explorer使用称为WinINet的更高级别的库。 Which in turn of course uses Winsock2. 当然,后者当然使用Winsock2。

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. Winsock是Windows套接字API,通过它介导对网卡的访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM