No announcements
Found 2914085 threads
-
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 -
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
[UWP] Datagramsocket automatic stop receive message.
I think the there is some different between DataramSocket and UDPClient.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?
Hi Paul-TellCore, I agree, we cannot have a universal buffer size that works for all hardware.Answered | 6 Replies | 1586 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
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 -
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
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
UDPClient usage and security sanity check
You can actually use a single UdpClient for all your sends AND your receives, which will make things run a little faster.Answered | 1 Replies | 6500 Views | Created by jimNeocasa - Friday, October 31, 2008 2:33 AM | Last reply by Dave Murray [NCL] - Wednesday, November 5, 2008 5:56 PM -
1 Votes
How To Receive Data From UDP Client?
You can only have one app at a time listen on a specific UDP port, and that app will receive all traffic sent to that port.Answered | 2 Replies | 898 Views | Created by Yexx - Tuesday, November 12, 2019 9:44 PM | Last reply by Tim Roberts - Wednesday, November 13, 2019 7:49 AM -
0 Votes
DatagramSocket, DataReader and unconsumedBufferLength property
Some protocols are specific about exactly how data is to be transmitted (e.g., “there will be a four-byte big-endian two’s complement signed integer followed by ...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 -
0 Votes
DatagramSocket: When I get MessageReceived, how do I actually read the data and who it was from?
The documentation does not link to this from the page I provided.Answered | 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
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
UdpClient Port Listen
Or, is there a program *already* receiving these packets.Answered | 8 Replies | 5405 Views | Created by Tuck. _ - Wednesday, July 29, 2009 4:25 PM | Last reply by Alan J. McFarlane - Thursday, August 6, 2009 7:56 PM -
0 Votes
Threaded UdpClient in loop
u = (UdpClient)((UdpState)(ar.AsyncState)).u; IPEndPoint e = ...Answered | 2 Replies | 6202 Views | Created by Pedro Moutinho - Friday, January 14, 2011 6:39 PM | Last reply by Pedro Moutinho - Thursday, January 20, 2011 2:33 PM -
2 Votes
UdpClient : message is redirected to the wrong NIC
When I fixed the MAC, the reply was received in the local host.Answered | 21 Replies | 2788 Views | Created by Z. V - Sunday, April 12, 2015 8:02 PM | Last reply by Armin Zingler - Wednesday, April 15, 2015 2:50 PM -
0 Votes
When Data recieved from PC-to-PC using UDPClient the program closes with no notification!
I recommend removing the try/catch statements while you run the receiving app through the debugger...so you can hopefully see the exception or at least step to the line ...Answered | 6 Replies | 5035 Views | Created by Ziad Akiki - Wednesday, May 25, 2011 4:48 PM | Last reply by Ziad Akiki - Sunday, May 29, 2011 10:34 AM -
2 Votes
Data Receiving from Serial port
Don't send the next command to the device until you've received the entire response from the previous one.Answered | 4 Replies | 4013 Views | Created by pandiyan_ilango - Friday, May 1, 2009 10:58 AM | Last reply by nobugz - Wednesday, May 6, 2009 9:33 AM -
0 Votes
UDPClient reopen question
you have to use Close() , Close calls Dispose ( ) , and no, it is not enough to assign it null, because you have to release the underlaying unmanaged resources, UDPClient = null ...Answered | 5 Replies | 4162 Views | Created by Quanone - Wednesday, December 22, 2010 6:37 PM | Last reply by SWR1988 - Thursday, December 23, 2010 10:51 AM -
0 Votes
How to send/receive data over the internet without having a server?
Because some ISP providers (like mine for example) block from the modem firewall any incoming ports to receive data using tcplistenerAnswered | 3 Replies | 5356 Views | Created by Johnny Alex - Thursday, March 31, 2011 6:19 PM | Last reply by Jeff Sanders - Friday, April 8, 2011 12:31 PM -
0 Votes
Not receive any data with UdpClient
In this case, I can send data succesfull with my UdpClient but my ReceiveData routine don't receive any data.Unanswered | 6 Replies | 5748 Views | Created by Rinaldo Lisario - Sunday, April 12, 2009 8:26 AM | Last reply by Dmitry Gusarov - Thursday, August 15, 2013 8:56 AM - Items 1 to 20 of 2914085 Next ›
No announcements