socketexception
DatagramSocket.receive() failed with an unexpected SocketException
For an unconnected and bound DatagramSocket, the receive method call (with SO_TIMEOUT disabled) failed unexpectedly with the following Exception.[详细]
2023-01-31 03:56 分类:问答Exception with web service ( java.net.SocketException Permission denied ) in Android
When I call a Web Service, it returns me this exception: java.net.SocketException Permission denied. I dont know waht is the actual problem. I don\'t know how to solve this?[详细]
2023-01-26 05:20 分类:问答Download large file in Android
I have an app that downloads a very large file (over 50MB). Unfortunately I\'m getting reports that the download fails.[详细]
2023-01-14 19:50 分类:问答No connection could be made because the target machine actively refused it?
Sometimes I get the following error while I was doing HttpWebRequest to a WebService. I copied my code below too.[详细]
2023-01-02 11:03 分类:问答Problem with System.Net.Dns.GetHostEntry(dnsServer) on .NET 4.0
I have bee开发者_运维知识库n using the following code for months (without problem) in a .NET 2.0/3.5 environment:[详细]
2022-12-28 09:44 分类:问答Why does 'localhost' in web references cause SocketExceptions?
I have two .net web services deployed to the same IIS server using SSL, one that references the other.[详细]
2022-12-24 17:03 分类:问答Using .NET's HttpWebRequest to download a multitude of files in a row
I have an application that needs to download several files in a row in succession (sometimes a few thousand).However, what ends up happening when several files need to be downloaded is I get an except[详细]
2022-12-23 15:44 分类:问答java.net.SocketTimeoutException: Read timed out
I have an application with client server architecture. The client use Java Web Start with Java Swing / AWT and the sert uses HTTP server / Servlet with[详细]
2022-12-23 07:06 分类:问答Why is this SocketException not caught by a generic catch routine?
Our company provides a network component (DLL) for a GUI application. It uses a Timer that checks for disconnections. If it wants to reconnect, it calls:[详细]
2022-12-19 07:04 分类:问答Socket problem when using threading
Can someone please explain me why the following code doesn\'t work? using System; using System.Collections.Generic;[详细]
2022-12-17 00:59 分类:问答