- System.Net.WebException: The request failed with HTTP status 400: Bad Request.
- System.Net.Sockets.SocketException: The underlying connection was closed
Dim m_wsService wsSystemName.SystemNameService = New wsSystemName.SystemNameService
m_wsService.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials
m_wsService.PreAuthenticate = True
I have not observed this problem in C# so i presume that it is VB.NET related... or i might just be bad.
No comments:
Post a Comment