I have an unshared fol开发者_开发知识库der on server and i want to access to it from clients by c# code.Is there any way to do this? If yes how?
I am thinking of making a server/client application that does this: the client(s) will connect to the server and the server will send back a list of folders (probably music or videos) that the client
doing little network projects for identification interfaces of computer. Id like to just use Ping, DNS, TCP to achieve it.
I\'ve got a problem with passing tokens in C# client-server application. Could you help me with that please? Firstly I describe the situation, secondly I paste some source code, thirdly i will give a
It happens when called at high concurrency,it seems the result of gethostbyname is not cached ? static int proxy_getaddr(char *HostName)
I\'ve a plugin which always listening to the port 6002, and i have an ASP.net application which sending messages to the same port and receiving the reply from the plugin on the same port,
As a self-learning project, I\'m implementing a C++ whois client.I\'m using a couple of ancient C implementations for reference, e.g. koders.com.
I\'ve begun using Boost.ASIO for some simple network programming, my understanding of the library is not a great deal, so please bear with me and my newbie question.
I am having a situation here which I need to resolve. I have to upload particular elements of an xml file to upload it to a server, managed to do that, and I created a demo method to check if the file
I am running a server program, written in C running on PASE on an iSeries machine. PASE (Portable AIX Solutions Environment) is a simulation of AIX on IBM iSeries machines.