client
SSL client/server mutual authentication
Hello I am trying to do in C# an ssl client/server communication with mutual authentication using server and client certificate. A managed to do the ssl communication only using server certificate, wh[详细]
2023-03-16 02:46 分类:问答Communicating with a socket.io server via c#
Is there a c# client that follows the socket.io protocol? I have a socket.io server that is communicating with a socket.io javascript client via a website, but i also need to connect a c# piece to it[详细]
2023-03-15 15:26 分类:问答How do I use self signed certificate in Axis2 Java client?
I have generated code using org.codehaus.mojo axistools-maven-plugin plugin version 1.4. I am trying to connect to web service over https. I have installed server certificate into jssecacerts and copi[详细]
2023-03-15 13:03 分类:问答NodeJS - create simple forwarding server
I\'m trying to create a simple nodejs server to server program. Here\'s what I\'m trying to achieve: -----------¦remote¦-----satellite link-----¦core¦---------[详细]
2023-03-15 03:19 分类:问答Should I use java.io or java.nio for my network client implementation?
So I\'m creating a game, very basic multiplayer. I\'ve got the server side down using asynchronous non-blocking I/O (raw java.nio) but now I need to design the client.[详细]
2023-03-13 20:29 分类:问答Fastest way to get numerical value of the request's IP Address in ASP.NET
What would be the fastest way to get the numerical format (NOT THE STRING FORMAT) of the client? string format: 223.255.254.0[详细]
2023-03-13 20:22 分类:问答Asynchronous Servlet Client, Server push
Hello guys i want to process some server pushes. I have an asynchronous servlet processing something, pushing it to the client and then it processes something else and pushes it again to the client (s[详细]
2023-03-12 23:45 分类:问答How do browsers handle caching of XAP packages?
As you k开发者_Go百科now all, you can build a silverlight XAP package and reference it using object tag on your HTML page or asp.net page.[详细]
2023-03-12 15:23 分类:问答C Client/Server Communicating with fprintf?
How would you make a server be able to send messages to a client using printf or fprintf instead of using the write system call?[详细]
2023-03-12 06:47 分类:问答how to insert data to a mysql table using ajax (client side)
the client generates the data that should be stored in the database. I like to use ajax to save the data. can you please he开发者_运维技巧lp me?[详细]
2023-03-12 04:49 分类:问答
加载中,请稍侯......