No announcements
Found 1313079 threads
-
0 Votes
Socket server
There is a Socket Class in .NET Framework Class Library, as far as I know, there's not member called getInputStream()/getOutputStream(), I suspect they are self defined ...Answered | 6 Replies | 4343 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
TCP Sockets Message Framing
.NET and back, but you can just copy the .NET code and it would work.Answered | 5 Replies | 6273 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
2 way communication using Stream Socket (TCP like)
Take a look at the C++ sample at http://code.msdn.microsoft.com/windowsapps/StreamSocket-Sample-8c573931 The connection received event will give you the newly connected ...Answered | 2 Replies | 3579 Views | Created by Mokarrom Hossain - Thursday, August 9, 2012 3:54 PM | Last reply by Network Developer Experience [MSFT] - Saturday, August 18, 2012 1:37 AM -
1 Votes
TCP Socket as a service fabric listener
Hi there, Sorry, but I don't know of an example of this handy, but they shouldn't be too hard to write.Answered | 1 Replies | 1428 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
XML Source - how to stream a 50GB XML file to a database?
Now the example runs and appears to be streaming(!).Answered | 8 Replies | 2497 Views | Created by FredagsBrok - Friday, February 21, 2014 2:17 PM | Last reply by FredagsBrok - Monday, March 10, 2014 1:10 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 | 1639 Views | Created by kalel111 - Friday, August 2, 2013 1:39 AM | Last reply by Sachin bhosale - Monday, August 5, 2013 10:23 AM -
9 Votes
Difference between File and Stream
The other major difference is that a stream does not necessarily need to stream from the hard drive.Answered | 8 Replies | 26006 Views | Created by jaywith.7 - Sunday, May 17, 2009 7:34 AM | Last reply by Reed Copsey, Jr - Tuesday, May 19, 2009 1:12 AM -
2 Votes
.NET Sockets Problems...
Hello people, Im so new on programming sockets, in fact never used them before but i need them now.Answered | 4 Replies | 4326 Views | Created by G.Tas - Saturday, October 10, 2009 12:35 PM | Last reply by G.Tas - Sunday, October 11, 2009 10:02 AM -
1 Votes
Receive question about socket
I like when Stephen responds to a socket question.Answered | 7 Replies | 3059 Views | Created by SmallWang - Wednesday, February 10, 2010 4:16 PM | Last reply by JohnGrove - Thursday, February 11, 2010 4:29 AM -
0 Votes
Sending Acknoledgment on active socket
There should be a .flush() method on the stream, try that.Answered | 2 Replies | 2416 Views | Created by Venky1012 - Monday, August 23, 2010 7:53 AM | Last reply by Bin-ze Zhao - Thursday, August 26, 2010 3:57 AM -
0 Votes
sending a arraylist in socket .
Some .NET types aren't serializable (such as a Socket), but these wouldn't behave properly if you tried to do this no matter what.Answered | 3 Replies | 5728 Views | Created by Arun R.V - Wednesday, June 29, 2011 10:52 AM | Last reply by Helen Zhou - Monday, July 4, 2011 8:51 AM -
1 Votes
Socket Connection -- Something might be missing
Hello Folks, After 3 days struggling i was successful in doing the telnet using SOCKET, i did have to change a few things in the code but here the free-source ...Answered | 7 Replies | 2790 Views | Created by MarceloFernandes - Friday, September 25, 2009 12:01 PM | Last reply by MarceloFernandes - Friday, September 25, 2009 8:27 PM -
0 Votes
C# slow socket communication
This will show you the entire converstation just for that stream.Answered | 14 Replies | 9881 Views | Created by Alessandro Rimoldi - Tuesday, February 28, 2012 2:17 PM | Last reply by Neddy Ren - Friday, March 2, 2012 3:31 AM -
0 Votes
How to detect image stream
Let's say, Win8_Client(1) Send a request to Win8_Client(2) to send a photo base on this client -server Socket Application.Answered | 5 Replies | 1247 Views | Created by FireDance - Friday, March 1, 2013 3:22 AM | Last reply by Matt Small - Tuesday, March 5, 2013 4:31 PM -
0 Votes
Sending an image through a socket connection
"); return; } // URI prefixes are required, // for example ...Answered | 6 Replies | 6526 Views | Created by irradiated - Monday, February 1, 2010 3:48 PM | Last reply by irradiated - Tuesday, February 2, 2010 3:07 PM -
1 Votes
Parsing byteArray data in TCP Socket Server
A stream is nothing more than a list of bytes.Answered | 14 Replies | 10659 Views | Created by MachineTalk - Thursday, March 21, 2013 1:29 PM | Last reply by CoolDadTx - Friday, March 29, 2013 2:13 PM -
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 | 571 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
Why TCP socket client can not connect to socket server
When a socket closed, it just goes down.Answered | 7 Replies | 4128 Views | Created by MachineTalk - Thursday, February 21, 2013 5:34 AM | Last reply by Mark Chamberlain - MSFT - Thursday, March 21, 2013 10:01 PM -
2 Votes
method with infinitive loop sockets
message framing.Answered | 4 Replies | 1112 Views | Created by The original Stinger - Friday, May 31, 2013 10:41 AM | Last reply by Wyck - Friday, May 31, 2013 1:30 PM -
0 Votes
TCP Sockets
Dato0011 said: I think you are using Async sockets.Answered | 2 Replies | 5776 Views | Created by Rejinderi - Saturday, December 27, 2008 10:21 AM | Last reply by Rejinderi - Sunday, December 28, 2008 6:59 AM
No announcements