No announcements
Found 2765574 threads
-
0 Votes
TCP socket between C# server and Android Client
Hi everybody, I'm trying to write code to communicate between c# server and Android client by using TCP ...Answered | 2 Replies | 5245 Views | Created by Belal Shakatra - Monday, March 11, 2013 12:53 AM | Last reply by Belal Shakatra - Tuesday, March 12, 2013 2:28 PM -
0 Votes
TCP socket between C# server and Android
Hi everybody, I'm trying to write code to communicate between c# server and Android client by using TCP ...Answered | 4 Replies | 24168 Views | Created by Belal Shakatra - Tuesday, March 12, 2013 2:27 PM | Last reply by cheong00 - Wednesday, March 13, 2013 8:49 AM -
3 Votes
TCP socket and TCP client
Maybe you should take a look at this application http://www.codeproject.com/ArticlesAnswered | 8 Replies | 4878 Views | Created by newbiew - Thursday, March 28, 2013 4:29 AM | Last reply by Mr. Monkeyboy - Monday, April 1, 2013 10:39 AM -
0 Votes
ZeroMQ within Azure [aka 0mq, ZMQ]
(Android, iPhone, WP). We need real time asynchronous communication between client devices and the ...Answered | 1 Replies | 6363 Views | Created by Alexandre Fromage - Wednesday, February 20, 2013 12:14 PM | Last reply by Valery Jacobs - Wednesday, February 20, 2013 12:50 PM -
0 Votes
Exchange Messages between Winform (socket server) and Silverlight (socket client)
Hi everyone, I have a problem with connecting to socket server(winform) from silverlight client due to this error "An ...Answered | 1 Replies | 4811 Views | Created by Alex Kent - Sunday, May 29, 2011 7:56 AM | Last reply by Alex Kent - Monday, May 30, 2011 6:09 AM -
0 Votes
Exchange Messages between Winform (socket server) and Silverlight (socket client)
Hi, Does anyone know what's the best solution for this requirement, "Exchange Messages between Winform (socket server) and Silverlight ...Answered | 2 Replies | 4602 Views | Created by Alex Kent - Sunday, May 29, 2011 5:55 AM | Last reply by Alex Kent - Monday, May 30, 2011 6:07 AM -
3 Votes
Sample Client, TCP-Socket
>I have to implement a client in an existing C++/MFC application and send XML telegrams. MFC supplies twoAnswered | 5 Replies | 1168 Views | Created by Markus Freitag - Wednesday, August 5, 2020 11:53 AM | Last reply by Jeanine Zhang - Wednesday, August 12, 2020 7:02 AM -
0 Votes
communicate between Server and Client ( using Socket)...
hi forum how to communicate between Server and Client ( using Socket), if OfficeScanNT Personal Firewall (Trend Micro ...Answered | 9 Replies | 5390 Views | Created by Rastogi - Tuesday, November 21, 2006 5:45 AM | Last reply by mertkan65 - Tuesday, November 28, 2006 12:02 PM -
1 Votes
Why TCP socket client can not connect to socket server
I would like to explain it with an analogy, like conversation between two people, say between you and me. Here you are the server ...Answered | 7 Replies | 3592 Views | Created by MachineTalk - Thursday, February 21, 2013 5:34 AM | Last reply by Mark Chamberlain - MSFT - Thursday, March 21, 2013 10:01 PM -
0 Votes
SocketAsyncEventArgs\ IAsyncResult Tcp Socket Server\Client Problem
Sorry its taken so long to get back to you, i did much testing over the week..... got 20 of my friends to d\l my client and get on the server. All was ...Answered | 3 Replies | 3193 Views | Created by -Tiba- - Wednesday, August 24, 2011 10:52 AM | Last reply by CrazyGhost_Von - Wednesday, August 31, 2011 6:54 AM -
0 Votes
How to Make the TCP Server and Client, Socket Programming
Hi, By using the socket programming, VB.net 2005, how to built the TCP server and client??? Like, the client type a message, ...Answered | 1 Replies | 4083 Views | Created by V_n - Saturday, November 17, 2007 6:54 PM | Last reply by ScubaSteve20001 - Saturday, November 17, 2007 9:02 PM -
0 Votes
TCP Asynchronous Client Socket Code
Trying to write a program to receive data from TCP Server and display in listbox on form. Data sends and arrives fine. Try to invoke event to notify form. Then get ...Answered | 2 Replies | 3789 Views | Created by Sara Novick - Monday, July 7, 2008 7:32 AM | Last reply by Mr. Javaman - Monday, July 7, 2008 11:39 AM -
0 Votes
c# - Asynch TCP Chat client/server issue
Asynchronous Server Socket Example http://www.codeproject.com/ArticlesAnswered | 1 Replies | 2279 Views | Created by Krazor - Thursday, January 28, 2016 2:14 AM | Last reply by Kristin Xie - Friday, January 29, 2016 9:22 AM -
0 Votes
TCP socket and IPAddress
tried this one in wiFi environment. 2) I need confirmation if Wan IPAddr can be used in Socket communication between Socket client in WP ...Answered | 7 Replies | 1405 Views | Created by MachineTalk - Sunday, February 24, 2013 12:15 AM | Last reply by MachineTalk - Monday, February 25, 2013 1:24 PM -
0 Votes
TC API and TCP socket
Hello, I have a problem with dscp tagging for tcp socket indeed when I send a tcp socket, the ACK (for the connection) are not ...Answered | 2 Replies | 6614 Views | Created by GeorgesPomp - Tuesday, September 11, 2007 9:10 PM | Last reply by GeorgesPomp - Tuesday, September 18, 2007 2:14 PM -
0 Votes
C# TCP client can't connect to C++ TCP server
client to a C++ Tcp server (both running on the Smart Device), I get error: 10061: No connection could be made because ...Answered | 3 Replies | 16863 Views | Created by Willem.Swart - Tuesday, July 15, 2008 4:23 AM | Last reply by Willem.Swart - Monday, July 21, 2008 1:11 AM -
1 Votes
Socket Error AccessDenied (TCP Client Socket, Silverlight 5, VS2013)
In the project the server (written using Visual C++ and MFC) is using TCP connection to communicate and perform data transfer with client. It runs ...Answered | 1 Replies | 2746 Views | Created by HoKaDevGuy - Wednesday, May 6, 2015 1:02 PM | Last reply by Andy ONeill - Wednesday, May 6, 2015 1:48 PM -
2 Votes
Trouble threading windows service TCP socket client
Hi Ishmell, Your issue should be a issue about thread pool, rather than TCP socket client. And there are a lot of ...Answered | 3 Replies | 2268 Views | Created by ishmell - Sunday, January 22, 2012 8:31 AM | Last reply by CrazyGhost_Von - Wednesday, January 25, 2012 6:20 AM -
0 Votes
How do I “flush” a TCP Client Buffer in C# socket server ?
I've pulled from several examples to setup a C# TCP Client server application. I am using asynchronous communication. The basic concept is that the client ...Answered | 1 Replies | 5205 Views | Created by OhitK - Friday, January 10, 2014 12:29 PM | Last reply by dns jinung - Wednesday, January 15, 2014 10:26 AM -
0 Votes
About Tcp Server Socket
I have a windows form Application and i need a example for a TCP server for Multi-Conections, and i don´t know how i start. I see a lot of examples in ...Answered | 5 Replies | 4313 Views | Created by Doberdog - Friday, October 16, 2009 10:30 AM | Last reply by operagust - Tuesday, March 20, 2012 10:04 AM - Items 1 to 20 of 2765574 Next ›
No announcements