Saturday, March 26, 2016

c# .Net SoapClient의 첫번째 요청이 느리게 처리될때(Slow Soapclient first time)

프로젝트의 app.config 파일에 서버 호스트 이름을 proxy bypass 하도록 한다.

IP주소든 도메인 이름이든 상관 없다.

<configuration> <system.net> <defaultProxy> <bypasslist> <add address="서버호스트이름(host name)" /> </bypasslist> </defaultProxy> </system.net> </configuration>



---------------------------------------
append host name ( or ipaddress, domain name )  to bypass list



No comments:

Post a Comment