No announcements
Found 2568270 threads
-
0 Votes
Can't seem to listen and send data on the same DatagramSocket
Hi, I am having real issues trying to get my Windows Phone / Store App to listen on a port and send data on the same port.Unanswered | 1 Replies | 672 Views | Created by StuBonsey - Wednesday, September 10, 2014 11:26 PM | Last reply by Matt Small - Thursday, September 11, 2014 7:36 PM -
0 Votes
[UWP] Datagramsocket automatic stop receive message.
>if i keep sending messages it may received about 1000 messages and then stop receive.Answered | 2 Replies | 1159 Views | Created by Refire - Wednesday, January 27, 2016 9:58 PM | Last reply by Refire - Tuesday, February 16, 2016 2:15 AM -
0 Votes
DatagramSocket, DataReader and unconsumedBufferLength property
This makes sense...can't forget that JS is just a language used to develop metro apps...Answered | 5 Replies | 4308 Views | Created by Luis Miguel Abreu - Monday, April 16, 2012 9:20 AM | Last reply by Luis Miguel Abreu - Monday, April 23, 2012 12:09 PM -
0 Votes
DatagramSocket MessageReceived event is not firing, a simple multicast receiver
It sends a single datagram packet to the server indicating that the client would like to receive a quote of the moment.Answered | 3 Replies | 1277 Views | Created by Jijo Jose - Tuesday, January 27, 2015 9:23 PM | Last reply by dns jinung - Thursday, January 29, 2015 3:31 AM -
0 Votes
DatagramSocket cannot receive data from UdpClient
http://msdn.microsoft.com/en-us/library/windows/apps/hh464936.aspx Also, you can test if DatagramSocket sample works on your side.Answered | 1 Replies | 2668 Views | Created by PK DEVELOPER - Thursday, December 6, 2012 5:47 PM | Last reply by Jesse Jiang - Tuesday, December 11, 2012 6:06 AM -
0 Votes
Subscribing to DatagramSocket event
Here's a much better solution: return Observable.Create<Message>( async observer => { var socket = new ...Answered | 3 Replies | 4391 Views | Created by Sergey Aldoukhov - Thursday, February 14, 2013 1:01 AM | Last reply by Sergey Aldoukhov - Monday, April 8, 2013 6:36 PM -
0 Votes
[UWP]Datagramsocket MessageReceived never triggers
Please refer to the MS official code sample for more details: DatagramSocket sample Best Regards, Xavier Eoro We ...Answered | 1 Replies | 470 Views | Created by Ygnasb - Wednesday, June 22, 2016 8:00 PM | Last reply by Xavier Xie-MSFT - Thursday, June 23, 2016 8:41 AM -
0 Votes
DatagramSocket: When I get MessageReceived, how do I actually read the data and who it was from?
MessageReceived += ref new TypedEventHandlerAnswered | 2 Replies | 1951 Views | Created by RakNet-Kevin - Tuesday, January 1, 2013 7:12 PM | Last reply by RakNet-Kevin - Wednesday, January 2, 2013 4:12 PM -
0 Votes
DatagramSocket's MessageReceived event with MF MediaSource strategies?
I'm trying to integrate sending and receiving data over UDP sockets using Media Foundation.Answered | 3 Replies | 1123 Views | Created by Lee McPherson - Monday, February 9, 2015 12:32 PM | Last reply by Lee McPherson - Wednesday, February 11, 2015 9:05 PM -
7 Votes
UDP Multicast listener not working on WP8
It is exactly as Morten described, Listening is completely broken.Answered | 17 Replies | 9753 Views | Created by Morten Nielsen - Tuesday, November 6, 2012 7:08 AM | Last reply by Ramesh87 - Thursday, February 20, 2014 5:12 AM -
1 Votes
How to determine current usage of DatagramSocket receive buffer?
Unfortunately, DatagramSocket does not provide the functionality of detecting how much receive buffer is used.Answered | 6 Replies | 1502 Views | Created by Paul-TellCore - Tuesday, July 5, 2016 7:26 PM | Last reply by Jackie_ - Monday, July 11, 2016 1:34 AM -
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 | 3122 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
Listen to Data from TCP/IP Port and send to SQL Server 2008
Hello Amit, Q: Can SQL Server listen on a TCP/IP port for Data?Answered | 1 Replies | 4685 Views | Created by Amit Bel - Thursday, May 24, 2012 10:14 AM | Last reply by Sean Gallardy - Thursday, May 24, 2012 12:21 PM -
0 Votes
Attempt to unsubscribe the DatagramSocket (C++) from MessageReceived results in Exception
My bet is that you cannot remove the event handler on a DatagramSocket that is already bound.Answered | 2 Replies | 1294 Views | Created by RafiKiel - Tuesday, April 23, 2013 7:33 AM | Last reply by RafiKiel - Wednesday, April 24, 2013 11:30 AM -
0 Votes
Can't add AlwaysOn Listener
Yes, it's a permissions issue: for the unknown reason cluster account did not have "Create computer account" permission on the OU where the listener's account ...Answered | 2 Replies | 1303 Views | Created by MF47 - Friday, July 25, 2014 1:27 PM | Last reply by MF47 - Tuesday, September 2, 2014 9:28 AM -
1 Votes
sending / receiving UDP messages ?
:-) ) I will try this approach, the code seems simpler and it's always better...Answered | 13 Replies | 6371 Views | Created by Olivier Dahan - Sunday, June 3, 2012 7:35 PM | Last reply by Olivier Dahan - Thursday, July 26, 2012 1:36 PM -
0 Votes
ReuseAddress for datagramsocket
I get that you might not want us to implement servers which would be the normal use case for reuse, but this is a standard client protocol that requires the client to ...Answered | 1 Replies | 3051 Views | Created by gphb - Wednesday, March 14, 2012 1:38 AM | Last reply by Matt Small - Wednesday, March 14, 2012 7:02 PM -
4 Votes
UCMA 3.0 How to listen for "Send an IM" or "Send an Instant Message" Event
UCMA would be the bot, but it can't be aware that a conversation window was opened by a user until a invite is generated, which does not occur until the user actually types ...Answered | 7 Replies | 2291 Views | Created by Jeff Moeller - Monday, April 1, 2013 7:16 PM | Last reply by Kai Strandskov [Msft] - Tuesday, April 9, 2013 12:35 AM -
0 Votes
Event listener behaviour when using send to function
visual studio breaks correctly (and as expected) in other projects and within different parts of this one. i'm concerned that the send-to operation functions differently to other operations ...Answered | 2 Replies | 1993 Views | Created by toby.d - Friday, November 9, 2012 5:06 PM | Last reply by toby.d - Wednesday, January 9, 2013 1:11 PM -
0 Votes
DatagramSocket listener is NOT getting MessageReceived call back
DatagramSocket does not allow datagram from other processes running in the same machine, not even when enabling loopback exemptions, unless the datagram comes from the same ...Answered | 4 Replies | 1218 Views | Created by Pooja L - Monday, October 6, 2014 12:20 PM | Last reply by Stankiewicz - Tuesday, October 14, 2014 3:24 PM - Items 1 to 20 of 2568270 Next ›
No announcements