No announcements
Found 2493282 threads
-
0 Votes
TCP socket between C# server and Android
You're saying you want to connect C# server and Android, right?Answered | 4 Replies | 25654 Views | Created by Belal Shakatra - Tuesday, March 12, 2013 2:27 PM | Last reply by cheong00 - Wednesday, March 13, 2013 8:49 AM -
0 Votes
TCP Sockets
Dato0011 said: I think you are using Async sockets.Answered | 2 Replies | 5882 Views | Created by Rejinderi - Saturday, December 27, 2008 10:21 AM | Last reply by Rejinderi - Sunday, December 28, 2008 6:59 AM -
0 Votes
TCP Listener and Sockets.
TcpClient provides TCP connection at a higher level of abstraction.Answered | 3 Replies | 4960 Views | Created by msanjayv - Saturday, September 12, 2009 1:47 AM | Last reply by AUmidh - Saturday, September 12, 2009 5:05 AM -
1 Votes
Why TCP socket client can not connect to socket server
2) Socket app on Windows Phone: when this socket app Close or Shutdown socket - ...Answered | 7 Replies | 4532 Views | Created by MachineTalk - Thursday, February 21, 2013 5:34 AM | Last reply by Mark Chamberlain - MSFT - Thursday, March 21, 2013 10:01 PM -
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 | 4420 Views | Created by Reza Neam - Wednesday, April 19, 2017 8:04 AM | Last reply by Breeze Liu - Wednesday, May 10, 2017 12:55 AM -
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 | 2410 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
TCP socket problem
Also see; Dns.GetHostAddresses Method (String) Dns.GetHostEntry Method (String) Host Names and IP ...Answered | 2 Replies | 603 Views | Created by student ie - Sunday, July 24, 2016 7:10 PM | Last reply by Mr. Monkeyboy - Sunday, July 24, 2016 11:00 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 connect ...Answered | 5 Replies | 6117 Views | Created by Arkane78 - Thursday, December 2, 2010 12:39 PM | Last reply by Alan J. McFarlane - Monday, December 13, 2010 10:29 PM -
1 Votes
How to Concurrently accept max number of TCP Sockets in C#
>So Sync or Async socket accept which is the best option ?Answered | 1 Replies | 3084 Views | Created by Gowthamaprabhu S - Wednesday, November 18, 2015 6:50 AM | Last reply by Jerry Wa - Thursday, November 19, 2015 1:45 AM -
1 Votes
Parsing byteArray data in TCP Socket Server
Writing a TCP client/server system is not trivial.Answered | 14 Replies | 11103 Views | Created by MachineTalk - Thursday, March 21, 2013 1:29 PM | Last reply by CoolDadTx - Friday, March 29, 2013 2:13 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 | 5339 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
Where is the forum for C# .NET 2.0 TCP/IP Socket Problems?
Vijay Mullick Tier 2 Application Support Server and Tools Online Engineering Live Services TeamAnswered | 1 Replies | 10124 Views | Created by metricTons - Tuesday, November 11, 2008 9:03 PM | Last reply by Vijay Mullick - Wednesday, November 12, 2008 4:42 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 | 6366 Views | Created by G.Tas - Wednesday, November 11, 2009 9:44 PM | Last reply by G.Tas - Tuesday, November 17, 2009 12:29 PM -
1 Votes
TCP Socket as a service fabric listener
There's one that also uses WebSockets, which would be similar to streaming data over TCP.Answered | 1 Replies | 1517 Views | Created by Mark Williams TRL System - Thursday, January 28, 2016 6:50 PM | Last reply by Matt Snider - Wednesday, October 19, 2016 9:31 PM -
0 Votes
Socket help in windows c++ !
Based on your description, I provide you some links about ...Answered | 4 Replies | 2467 Views | Created by Sunder Hamu - Tuesday, September 4, 2012 7:24 PM | Last reply by Sunder Hamu - Friday, September 7, 2012 6:31 PM -
1 Votes
Windows desktop application - Socket
Take a look at http://www.codeproject.com/Articles/10649/An-Introduction-to-Socket-Programming-in-NET-usingAnswered | 3 Replies | 1722 Views | Created by kalel111 - Friday, August 2, 2013 1:39 AM | Last reply by Sachin bhosale - Monday, August 5, 2013 10:23 AM -
0 Votes
C# Socket and detection of FIN_WAIT
In TCP, each packet tracks the total send and received byte count for entire session.Answered | 2 Replies | 2135 Views | Created by Miroslav Dolecek - Thursday, May 19, 2016 9:43 AM | Last reply by JPDavinci - Friday, May 20, 2016 9:15 AM -
0 Votes
C# UDP/TCP Server receiving capacity
You loose socket if client or server loose connection.Answered | 6 Replies | 2907 Views | Created by nadjibnet - Wednesday, November 11, 2015 5:28 PM | Last reply by nadjibnet - Monday, November 16, 2015 12:58 PM -
1 Votes
C# Windows Form App - will it run on Windows RT
You can't make a Windows Forms application run on WinRT.Answered | 1 Replies | 3290 Views | Created by Kevin Goyena - Thursday, September 27, 2012 5:45 PM | Last reply by Reed Copsey, Jr - Thursday, September 27, 2012 5:57 PM -
0 Votes
Communication between Windows 7 and Windows 8(and above) using Sockets(TCP and UDP)
Having said that I could communicate between machines running Windows 7 and Windows 8.Answered | 2 Replies | 498 Views | Created by Prabodh.Minz - Friday, April 24, 2015 11:29 PM | Last reply by Prabodh.Minz - Thursday, April 30, 2015 4:51 PM - Items 1 to 20 of 2493282 Next ›
No announcements