简体   繁体   中英

Troubleshooting WCF Client Latency

.NET 4.5.1

We have a web service that has a WCF client (generated from a WSDL). We see in our tracing that we enter a web service method call and then 2 min. later we exit that method.

That lead us to believe that the web service was causing issues. However we created a packet capture and found out that it was actually 2 minute after our request hit the wire.

Given that the generated WCF client is a black box of generated code. How could we go about identifying why this would be happening?

放置调试器并调试客户端和WCF服务。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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