Top "Client" questions

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

Teradata - run a file/script at Unix Linux command prompt

I have the client/TTU installed on Unix box for Teradata. If I do the following, it works. Where "..." is …

unix client teradata automated-deploy
How to access the HTTP request body using RestSharp?

I'm building a RESTful API client in C# .NET 3.5. I first started building it with the good old HttpWebClient (and …

c# rest .net-3.5 client restsharp
Java Socket, binding to local port

I am trying to bind the Socket on the client side to any particular local port, in this code I …

java sockets client port socketexception
RTSP client in android

I am writing a RTSP client in Android. I am able to receive the Responses for all the requests i.…

c++ android client rtsp
How to use Client Certificate Authentication in iOS App

I don't have a lot experience about Client Certificate Authentication. Anybody can tell me how to use it in iOS …

authentication client ios certificate
Client-Server: File transfer from Android to PC connected via socket

I'm trying to send a picture I choose from the gallery on my phone, and send that picture from the …

android sockets client transfer
Netty Client to Server message

This is actually my first post on here and I have been trying to figure this out for some time …

java tcp connection client netty
Sending an email with an image embedded in the body from C#

My problem is how to send an email with attachemnts to the default mail client programmatically. My requirements are: setting …

c# email image client embedding
Python client library for WebDAV

I'd like to implement a piece of functionality in my application that uploads and manipulates files on a WebDAV server. …

python client webdav
IRC library in C#

I want to embed a small chat window in my program that will function as a basic IRC client. This …

c# client irc