For an unconnected and bound DatagramSocket, the receive method call (with SO_TIMEOUT disabled) failed unexpectedly with the following Exception.
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?
I have an app that downloads a very large file (over 50MB). Unfortunately I\'m getting reports that the download fails.
Sometimes I get the following error while I was doing HttpWebRequest to a WebService. I copied my code below too.
I have bee开发者_运维知识库n using the following code for months (without problem) in a .NET 2.0/3.5 environment:
I have two .net web services deployed to the same IIS server using SSL, one that references the other.
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
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
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:
Can someone please explain me why the following code doesn\'t work? using System; using System.Collections.Generic;