No announcements
Found 681903 threads
-
0 Votes
Event listeners on incoming socket stream
Hi, It seems no available event trigger in StreamSocket for incoming message from tcp server.Answered | 1 Replies | 3245 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
Listening for EventGrid events via socket?
From an Event Grid Perspective, an event handler is the place where the event is sent.Answered | 3 Replies | 1624 Views | Created by PapaPep - Friday, November 10, 2017 9:08 PM | Last reply by Dave Patrick - Thursday, November 23, 2017 9:05 PM -
1 Votes
TCP Socket as a service fabric listener
Several of our samples already show custom communication listeners using our communication APIs.Answered | 1 Replies | 1648 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
C# Socket Listener for SMTP messages
But the issue we are facing is to receive the messages using s socket listener.Answered | 1 Replies | 2969 Views | Created by QualitySolutions - Friday, November 15, 2013 9:57 AM | Last reply by Joel Engineer - Friday, November 15, 2013 12:04 PM -
0 Votes
TCP Listener and Sockets.
TcpClient class is build upon Socket class.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
Problems with listening socket with Bind for SNMP app
I tried disabling the snmp services and stopped them restared the computer and im still having the same problem, I need the application to be able to listen on port 162 for alert traps from a ...Answered | 4 Replies | 8221 Views | Created by jaypetch - Sunday, April 12, 2009 8:55 AM | Last reply by jaypetch - Friday, May 1, 2009 9:14 AM -
0 Votes
Streaming large binary data with sockets
The socket event handlers can be responsible for points (1)-(2) in the above list (as well as error handling), and then pass off the data to the buffering class, which is ...Answered | 3 Replies | 8288 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
help with intercepting "not listen "event
1.i know at ALE_AUTH_LISTEN layer i can get the Listen event,but i need to know the "not listen" event timely.so that i can know a ...Answered | 12 Replies | 1493 Views | Created by AlaskaInCode2 - Monday, October 14, 2013 7:46 AM | Last reply by AlaskaInCode2 - Tuesday, October 22, 2013 6:03 AM -
1 Votes
Get the incoming audio stream
BTW, have you considered calling out to the usual Lync Client's endpoint and listening to the output there?Answered | 4 Replies | 1977 Views | Created by Mycz - Monday, July 22, 2013 1:20 PM | Last reply by Pavel Gurenko - Thursday, July 25, 2013 11:54 AM -
0 Votes
Synchronous socket vs. asynchronous socket - performance
Socket has quite a number of possible async methods to use.Answered | 3 Replies | 8896 Views | Created by Hobz - Monday, December 8, 2008 6:42 AM | Last reply by Hobz - Wednesday, February 4, 2009 8:37 AM -
1 Votes
How do I *not* inherit listening socket?
I'd be happy if nothing was inherited at all, but sockets still leak somehow.Answered | 4 Replies | 8213 Views | Created by John Vottero - Wednesday, March 19, 2008 1:29 AM | Last reply by d3x0r - Tuesday, November 8, 2011 4:09 PM -
2 Votes
Simultaneous send/receive using Stream Socket (TCP like)
Once the connection is established you can call StreamSocket.InputStream to get any incoming data from the server and StreamSocket.OutputStream to send data to the server.Answered | 3 Replies | 6682 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
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 | 459 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
Adding a delegate event handler while listenign on a socket
I'm going to recommend that you start with the Stream Socket sample at http://code.msdn.microsoft.com/windowsapps/StreamSocket-Sample-8c573931 -- that will get your ...Answered | 2 Replies | 2609 Views | Created by vsetlur - Tuesday, April 24, 2012 6:17 PM | Last reply by Network Developer Experience [MSFT] - Tuesday, May 1, 2012 7:59 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 -
3 Votes
Multiple Ports Listening on C#!
So if you entered into the port box : 8080,8081,8082 the split function will set the array portStrs as follows portStrs[0] = ...Answered | 24 Replies | 10946 Views | Created by Mutekin - Wednesday, November 14, 2012 7:20 AM | Last reply by Mutekin - Friday, November 30, 2012 1:57 PM -
1 Votes
Sockets, polling data, event driven
You'll want to look into the asynchronous Socket methods: BeginReceive or ReceiveAsync.Answered | 2 Replies | 7270 Views | Created by GaryMcC - Saturday, December 6, 2008 4:50 AM | Last reply by GaryMcC - Friday, December 12, 2008 4:53 PM -
0 Votes
Socket Communication TCP Listener Need Help
Hi, You can use start method to begin listening for incoming connection requests, use stop method to close the TcpListener.Answered | 4 Replies | 3896 Views | Created by Avinash Desai - Friday, July 16, 2010 6:45 AM | Last reply by Vibhor Agarwal - Thursday, July 29, 2010 10:18 AM -
0 Votes
interrupting StoreAsync stream socket call
I think making socket API-behaviors more consistent is a great idea.Answered | 7 Replies | 827 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
Listening to events
// Subscribe to event listbox.SelectedIndexChanged += this.OnListboxSelectedIndexChanged; // Your event handler here...Answered | 3 Replies | 2730 Views | Created by mpt_fz - Tuesday, June 28, 2011 3:15 PM | Last reply by Reed Copsey, Jr - Tuesday, June 28, 2011 4:15 PM - Items 1 to 20 of 681903 Next ›
No announcements