No announcements
Found 3516578 threads
-
1 Votes
Why TCP socket client can not connect to socket server
Then either a server or client can keep pinging each other.Answered | 7 Replies | 4870 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
TCP Listener and Sockets.
TcpClient provides TCP connection at a higher level of abstraction.Answered | 3 Replies | 5130 Views | Created by msanjayv - Saturday, September 12, 2009 1:47 AM | Last reply by AUmidh - Saturday, September 12, 2009 5:05 AM -
0 Votes
TCP Sockets
Dato0011 said: I think you are using Async sockets.Answered | 2 Replies | 6044 Views | Created by Rejinderi - Saturday, December 27, 2008 10:21 AM | Last reply by Rejinderi - Sunday, December 28, 2008 6:59 AM -
0 Votes
Socket Connection
As sockets are based on client/server architecture, this application is composed of a server and a client.Answered | 1 Replies | 854 Views | Created by Usman Munir - Monday, March 16, 2015 6:35 AM | Last reply by LoveMyWork123 - Wednesday, March 18, 2015 10:37 AM -
1 Votes
Silverlight Client Socket connection problem
Hi, You can find the Silverlight forums here http://forums.silverlight.net/ -Scosby Microsoft Community ...Answered | 2 Replies | 4497 Views | Created by Chad333 - Friday, April 29, 2011 8:08 PM | Last reply by Scosby - Saturday, April 30, 2011 5:02 AM -
0 Votes
Load Balancing Socket Connections
The server that wants to send the message to all clients sends the message to the clients that are connected to it, and to all of the other servers which ...Answered | 6 Replies | 13468 Views | Created by dotnetfrage - Friday, March 25, 2005 3:37 PM | Last reply by Michael Hidalgo Cr - Thursday, May 20, 2010 7:38 PM -
0 Votes
TCP socket problem
Your apps have to use appropriate IP addresses for connecting to remote location.Answered | 2 Replies | 758 Views | Created by student ie - Sunday, July 24, 2016 7:10 PM | Last reply by Mr. Monkeyboy - Sunday, July 24, 2016 11:00 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.Answered | 3 Replies | 2536 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
socket connection to a terminal help
The client socket opens the connection the server allows it.Answered | 4 Replies | 2155 Views | Created by Hassan Ayoub - Monday, July 29, 2013 2:52 PM | Last reply by Mr. Javaman II - Tuesday, July 30, 2013 2:38 PM -
0 Votes
Can not connect with c++ socket to c#.net tcp listener
You have create a socket for the client but not for the server.Answered | 2 Replies | 5510 Views | Created by papua - Friday, November 14, 2008 1:03 PM | Last reply by Asif Javaid Chughtai - Friday, November 14, 2008 9:47 PM -
1 Votes
Parsing byteArray data in TCP Socket Server
3) Each client that connects to your server will connect using a different socket.Answered | 14 Replies | 11435 Views | Created by MachineTalk - Thursday, March 21, 2013 1:29 PM | Last reply by CoolDadTx - Friday, March 29, 2013 2:13 PM -
0 Votes
TCP Sockets help
Its not that hard, just use TcpListener ( http://msdn.microsoft.com/en-us/library/system.net.sockets.tcplistener.aspx ) and Accept a client ( AcceptTcpClient ) when it try to ...Answered | 5 Replies | 6265 Views | Created by Arkane78 - Thursday, December 2, 2010 12:39 PM | Last reply by Alan J. McFarlane - Monday, December 13, 2010 10:29 PM -
0 Votes
TCP Socket with HTTP POST
Well, I don't see what can I suggest.Answered | 7 Replies | 12262 Views | Created by SunDisplay - Tuesday, July 23, 2013 4:47 AM | Last reply by Mike Danes - Tuesday, July 23, 2013 11:23 AM -
0 Votes
Socket server
" ; while ( true ) { clientsock = serversocket.Accept(); if ( clientsock.Connected ) ...Answered | 6 Replies | 4646 Views | Created by AJ Ravindiran - Saturday, June 20, 2009 2:41 AM | Last reply by liurong luo - Tuesday, June 23, 2009 6:02 AM -
0 Votes
connecting socket from behind a proxy server
You can configure proxy for sockets in the application configuration file.Answered | 3 Replies | 8800 Views | Created by steve1_rm - Monday, May 4, 2009 6:11 AM | Last reply by Oleksii Prokopchuk [NCL] - Thursday, May 14, 2009 6:55 PM -
1 Votes
How could server detect closed client socket and closed the previous connection ?
Nikumbh wrote: How can server close its end of connection?.Answered | 17 Replies | 8832 Views | Created by Amey H. Nikumbh - Thursday, March 7, 2013 8:57 AM | Last reply by Amey H. Nikumbh - Friday, March 22, 2013 2:02 PM -
0 Votes
Problems with socket Client-server
Here it is http://codeincodeblock.blogspot.com/2011/11/tcp-client-and-server-sample-example.html Anze JavornikAnswered | 9 Replies | 3981 Views | Created by Diosblos - Wednesday, January 23, 2013 11:51 PM | Last reply by Jason Dot Wang - Friday, January 25, 2013 8:06 AM -
0 Votes
TCP Sockets Message Framing
.NET and back, but you can just copy the .NET code and it would work.Answered | 5 Replies | 6519 Views | Created by G.Tas - Wednesday, November 11, 2009 9:44 PM | Last reply by G.Tas - Tuesday, November 17, 2009 12:29 PM -
0 Votes
TCP socket between C# server and Android
You're saying you want to connect C# server and Android, right?Answered | 4 Replies | 26007 Views | Created by Belal Shakatra - Tuesday, March 12, 2013 2:27 PM | Last reply by cheong00 - Wednesday, March 13, 2013 8:49 AM -
1 Votes
[UWP][C#]TCP Socket server using IPEndPoint (UWP)
Thank you Breeze Finally I found more flexible solution for local TCP/IP connection in windows Universal environment.Answered | 7 Replies | 4615 Views | Created by Reza Neam - Wednesday, April 19, 2017 8:04 AM | Last reply by Breeze Liu - Wednesday, May 10, 2017 12:55 AM - Items 1 to 20 of 3516578 Next ›
No announcements