No announcements
Found 1092180 threads
-
0 Votes
[UWP] Datagramsocket automatic stop receive message.
Finally, I change my code to received 3 Message per second.Answered | 2 Replies | 1258 Views | Created by Refire - Wednesday, January 27, 2016 9:58 PM | Last reply by Refire - Tuesday, February 16, 2016 2:15 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 | 1585 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
[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 | 552 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 MessageReceived event is not firing, a simple multicast receiver
The server continuously receives datagram packets over a datagram socket.Answered | 3 Replies | 1312 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 | 2751 Views | Created by PK DEVELOPER - Thursday, December 6, 2012 5:47 PM | Last reply by Jesse Jiang - Tuesday, December 11, 2012 6:06 AM -
2 Votes
[UWP] Looking for a working sample for receiving multicast packets
I just published an UWP implementation of the JmDNS library.Answered | 5 Replies | 1988 Views | Created by Hong (MA, USA) - Thursday, January 14, 2016 5:19 PM | Last reply by Hong (MA, USA) - Tuesday, January 26, 2016 4:40 AM -
1 Votes
sending / receiving UDP messages ?
Notice the breakpoint stop on MessageReceived on machine A.Answered | 13 Replies | 6530 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
Subscribing to DatagramSocket event
Here's a much better solution: return Observable.Create<Message>( async observer => { var socket = new ...Answered | 3 Replies | 4516 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]setsocketoption missing in UWP Socket API
In UWP Library you can add System.Net.Sockets and use it.Answered | 4 Replies | 1665 Views | Created by Iv2An - Monday, February 8, 2016 6:36 AM | Last reply by mcosmin - Monday, February 15, 2016 1:53 PM -
0 Votes
DatagramSocket, DataReader and unconsumedBufferLength property
I'm building a really simple app which uses the DatagramSocket to send small text messages between two clients. in fact, I'm doing it all in one app, where ...Answered | 5 Replies | 4375 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 -
2 Votes
[UWP]Sending Facebook messages through UWP App
Harsiddh Dave, So you are using this SDK https://github.com/Microsoft/winsdkfb which has a UWP send message dialog and you want to do it in a facebook ...Answered | 2 Replies | 747 Views | Created by Harsiddh Dave - Sunday, July 24, 2016 11:29 AM | Last reply by Harsiddh Dave - Sunday, July 31, 2016 11:34 AM -
2 Votes
[UWP]BLE notifications stop suddenly
I enable notification for 6 characteristics in my UWP application for my BLE device.Answered | 3 Replies | 1237 Views | Created by Martin Dusek - Thursday, September 29, 2016 5:49 PM | Last reply by Jackie_ - Friday, September 30, 2016 12:25 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 | 1333 Views | Created by RafiKiel - Tuesday, April 23, 2013 7:33 AM | Last reply by RafiKiel - Wednesday, April 24, 2013 11:30 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 | 1989 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
[UWP]Trying to receive message back in uwp chat app after hitting a node server
So I searched your post which seems pointed to this SO case: http://stackoverflow.com/questions/39749754/implementation-of-chat-client-in-uwp-app Do you ...Answered | 1 Replies | 571 Views | Created by pariwesh - Thursday, September 29, 2016 1:56 PM | Last reply by Barry Wang - Friday, September 30, 2016 1:31 PM -
0 Votes
Biztalk 2006 - Stops receiving
SO running FTP adapters on multiple hosts may lead to multiple message processing eventually causing Loading over BizTalk server Second You when the the BizTalk ...Answered | 8 Replies | 6082 Views | Created by SwissMM - Wednesday, March 18, 2009 12:07 PM | Last reply by Sameh Mora - Thursday, April 30, 2009 12:57 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 | 1184 Views | Created by Lee McPherson - Monday, February 9, 2015 12:32 PM | Last reply by Lee McPherson - Wednesday, February 11, 2015 9:05 PM -
8 Votes
BizTalk service stopping automatically
But Im still getting the service host stopped and getting the error below.Answered | 8 Replies | 17470 Views | Created by Elango YK - Tuesday, March 29, 2011 9:24 AM | Last reply by Mavelikara - Thursday, August 18, 2011 1:17 PM -
0 Votes
[UWP]Integrating Skype into a UWP application
Hello Nicola.Crawford, Based on the document here http://dev.office.com/skype/sdks The Skype SDK doesn't provide us the related API to use Skype for Business directly in ...Answered | 2 Replies | 2412 Views | Created by nicola.crawford - Monday, July 18, 2016 12:32 AM | Last reply by Barry Wang - Tuesday, July 19, 2016 2:56 AM -
0 Votes
[UWP] Tile notifications stop flipping
MSN News and Weather will also stop flipping/cycling.Answered | 3 Replies | 864 Views | Created by JBourne1857 - Friday, February 5, 2016 2:33 AM | Last reply by andrewbares7 - Thursday, February 11, 2016 1:26 AM - Items 1 to 20 of 1092180 Next ›
No announcements