0
[VB.net] 안녕 사람을. 내 집이 해외에있는 기존 서버가 있는데 서버에 연결하려고하면 작동합니다. 내가 첫 번째 통화를 호출 할 때, 이러한 상황이 발생 다음 after first callWSDL 첫 번째 호출은 항상 <p></p> 내가 내 코드에 작은 문제가 더 다음 십초
: enter image description here
이를 내 문제는 첫 번째 호출, 또한 경우 로그인 또는 다른 방법은 항상 10 초 정도 소요, 지금
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="binding"></binding>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="link"
binding="basicHttpBinding" bindingConfiguration="binding"
contract="ServiceReference.serviceporttypüe" name="port" />
</client>
</system.serviceModel>
</configuration>