No announcements
Found 1312909 threads
-
0 Votes
Streaming large binary data with sockets
The MSDN examples are pretty bad as a general rule.Answered | 3 Replies | 8117 Views | Created by Daniel Minnaar - Wednesday, April 28, 2010 12:44 PM | Last reply by Stephen Cleary - Thursday, April 29, 2010 1:34 PM -
0 Votes
Need UDP socket example
HI All, Can some one provide Socket UDP example or sample link.Answered | 1 Replies | 4677 Views | Created by sumanthmara - Thursday, March 19, 2009 1:44 PM | Last reply by PaulH79 - Thursday, March 19, 2009 6:46 PM -
0 Votes
is there stream socket example source
now i making local server using stream socket so i wonder there are example source. it is very difficult for me to make socket .Answered | 1 Replies | 1987 Views | Created by ben_digi - Wednesday, June 27, 2012 5:22 AM | Last reply by NMG1852951 - Wednesday, June 27, 2012 7:24 AM -
0 Votes
interrupting StoreAsync stream socket call
I think making socket API-behaviors more consistent is a great idea.Answered | 7 Replies | 697 Views | Created by bentoif - Monday, February 26, 2018 7:21 AM | Last reply by FEC-4RP - Thursday, March 1, 2018 1:26 AM -
0 Votes
Net::Sockets::Socket::Receive notification
particularly the asynchronous client socket example.Answered | 6 Replies | 4475 Views | Created by Cunctator - Tuesday, November 11, 2008 1:39 AM | Last reply by Cunctator - Tuesday, November 11, 2008 5:49 PM -
1 Votes
Need help with SSL socket client example
For example hcText is undefined in DoAuthentication.Answered | 6 Replies | 2454 Views | Created by alikim - Saturday, September 28, 2013 4:20 PM | Last reply by - Sunday, September 29, 2013 9:33 AM -
0 Votes
Event listeners on incoming socket stream
Is there any way to create an event listener on an incoming socket stream?Answered | 1 Replies | 3107 Views | Created by vsetlur - Monday, March 12, 2012 5:58 AM | Last reply by Robin_Yang - Tuesday, March 13, 2012 5:45 AM -
0 Votes
From IInputStream (Socket) to IRandomAccessStream C#
Hello Timaxoxa, What about read all the mp3 file from your socket, then create a mp3 file use the above source and then set it as mediaelement's content?Answered | 1 Replies | 1004 Views | Created by Timaxoxa - Monday, November 9, 2015 8:05 PM | Last reply by Barry Wang - Tuesday, November 10, 2015 8:19 AM -
0 Votes
Synchronous socket vs. asynchronous socket - performance
I found a significant improvement in performance when using asynchronous sockets.Answered | 3 Replies | 8735 Views | Created by Hobz - Monday, December 8, 2008 6:42 AM | Last reply by Hobz - Wednesday, February 4, 2009 8:37 AM -
0 Votes
Live Stream File Source and Live source simutanously
Brain Is it possible to add file source the expression encoder 4 pro running encoder?Answered | 2 Replies | 5442 Views | Created by Chuckycharms - Monday, October 6, 2008 8:19 PM | Last reply by vishnu shankar S - Sunday, September 18, 2011 7:17 PM -
0 Votes
socket and use red method or when we use network stream
NetworkStream gives you a stream interface on top of Socket, so that you can then compose multiple streams, for eg, attach a SSLStream for encryption, or NegotiateStream for ...Answered | 1 Replies | 3532 Views | Created by motevallizadeh - Saturday, September 12, 2009 5:48 AM | Last reply by Feroze Daud - Saturday, September 12, 2009 8:46 PM -
1 Votes
How to bind data source to web sockets
It should work as you have shown, although the data source has a longer name See http://stackoverflow.com/a/23673194/546871 for some more details.Answered | 2 Replies | 391 Views | Created by devops_sl - Tuesday, June 7, 2016 4:30 PM | Last reply by Ian Holdsworth Automation Test Engineer - Wednesday, June 8, 2016 10:06 AM -
0 Votes
Socket Listener example causes Server App to Not Respond
Typically you create a Thread to do the socket listener loop, and then pass off each client to a thread pool or a background thread.Answered | 1 Replies | 352 Views | Created by Jesse Merriman - Tuesday, October 6, 2015 6:07 PM | Last reply by davidbaxterbrowne - Tuesday, October 6, 2015 6:14 PM -
0 Votes
Image Transfer Problem with Sockets
MemoryStream stream = new MemoryStream(data, 16, data.Length - 16); return ...Answered | 10 Replies | 3306 Views | Created by Scubahunter - Monday, August 17, 2009 2:23 PM | Last reply by Stephen Cleary - Tuesday, August 18, 2009 1:10 PM -
0 Votes
Sockets, WinSock, FIN_WAIT_2 and CLOSE_WAIT
The example code on MSDN is waiting for an "<EOF>" to come from the client, and will enter an infinite loop if there is a half-open situation (like ...Answered | 11 Replies | 14087 Views | Created by Kbalz - Thursday, December 11, 2008 9:52 PM | Last reply by Kbalz - Saturday, December 13, 2008 6:47 PM -
0 Votes
Order of streams in source created using MFCreateAggregateSource
In the example from my first post with the 3 sources A, B , C where B has 2 streams you need to create 4 source and 4 output nodes.Answered | 8 Replies | 1609 Views | Created by Christoph Müller - Tuesday, May 17, 2016 6:42 PM | Last reply by Christoph Müller - Tuesday, May 24, 2016 6:31 PM -
2 Votes
Simultaneous send/receive using Stream Socket (TCP like)
If I run both send & receive operation in two separate thread and perform sending & receiving data continuously using a single socket.Answered | 3 Replies | 6529 Views | Created by Mokarrom Hossain - Monday, August 13, 2012 6:39 PM | Last reply by James Dailey - MSFT - Friday, August 17, 2012 12:39 AM -
0 Votes
Async Sockets and State
If you follow the source code you can see that the state also can be accessed from the Task instance using the Task.AsyncState.Answered | 4 Replies | 618 Views | Created by Mike Dovell - Thursday, October 22, 2015 2:51 PM | Last reply by DotNet Wang - Tuesday, October 27, 2015 6:27 AM -
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 | 4460 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 | 6352 Views | Created by G.Tas - Wednesday, November 11, 2009 9:44 PM | Last reply by G.Tas - Tuesday, November 17, 2009 12:29 PM - Items 1 to 20 of 1312909 Next ›
No announcements