C# WCF TestClient curious on webconfig

139 views Asked by At

just checking why is that the configured in sendTimeOut is 5 mins even though i set it to 10 mins, does test client follows the correct configuration on wcf?

thanks. enter image description here

1

There are 1 answers

2
Edward On

Did you mean you set sendTimeOut in endpoint of client in service side? There are two kinds of sendTimeOut, service side and client side. For sendTimeout in Client.dll.config, it is test configure for client side in WCF Test Client, but it is not related with anything in service side or client configuration. It is a configure file in disk, you could right click Config File in Test client, and copy the full path to find the real file. If you want to set it in WCF Test Client, you could right click Configure file in WCF Test Client, Bindings->check the SendTimeout for the special binding.