Top "Client" questions

A client is an application or system that accesses a service made available by a server.

Where is the socket.io client library?

As far as I have seen, there is no explanation as to where we are to locate the client side …

node.js client socket.io
How to get asp.net client id at external javascript file

When I use embedded javascript functions I can get client id of elements with this code: document.getElementById('<%=…

javascript asp.net client element
NoSuchMethodError: MultivaluedMap.addAll in Jersey Client

I'm trying to use Jersey Client to simulate HTTP requests to my web service. I tried to implement the simple …

java jersey client jax-rs
Get a list of connected client IDs from MQTT client

As a mqtt client connected to mosquitto is it possible to retrieve a list of client IDs who are also …

client mqtt
C, socket programming: Connecting multiple clients to server using select()

I'm trying to make a server that can be connected to by multiple clients. Here's my code so far: Client: …

c sockets network-programming client select-function
Get IP address of oracle client users

I need a query to get all IP's of client users that have already a session to the database, I …

oracle client oracle-sqldeveloper ip-address database-administration
How to disable SSLv3 in android for HttpsUrlConnection?

We wrote client application in android which connects with https servers using HttpsUrlConnection apis. Due to Poodle vulnerability, we need …

java android client httpsurlconnection poodle-attack
ASP.Net Checkbox value at postback is wrong?

We have a checkbox that is initially disabled and checked. It is then enabled on the client side through javascript. …

asp.net checkbox client postback
How to specify iperf client port

Is there a way to force an iperf client to use a specific port number as its outgoing port instead …

client port iperf
Which SDK do I need to start using sharepoint.client.dll?

I want to test drive Microsoft.SharePoint.Client API. http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.aspx How …

sharepoint sdk client service