Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 WCF 3.5 REST 端点(通过WebServiceHost)处理 URI 请求时,它是否异步调用关联的过程?
谢谢,
斯科特
是的,WebServiceHost.Open()侦听来自单独线程的请求。