udpclient
C#: UdpClient not sending data when calling close() to soon
On some computers I have the strange effect that UdpClient will not send data when UdpClient.Close() is called too soon after a UdpClient.Send().[详细]
2023-04-13 05:19 分类:问答Debugging missed broadcast datagrams, which show up in wireshark, but not in C# app?
I have two machines A1 and A2, both of which are running the same embedded code, which broadcast packets. The third machine, B3, is a Windows XP box running a C# (.NET 4.0) app, which listens for thos[详细]
2023-04-06 21:06 分类:问答How can a udp broadcast packet be received by wireshark but not socket listener
I have a C# app that works on several machines, but for some reason not on another. All are Windows XP.[详细]
2023-04-06 13:15 分类:问答udpClient.Receive doesn't receive any UDP datagram under MonoDroid + Simulator [duplicate]
This question already has answers here: How to receive data using UDP in Android? (2 answers) Closed 2 years ago.[详细]
2023-04-04 07:48 分类:问答Receive messages continuously using udpClient
I was looking for the best solution to re开发者_如何学JAVAceive and process messages via UdpClient class in C#. Does anyone have any solutions for this?Try this code :[详细]
2023-04-02 04:36 分类:问答C# UDP Proxy / Pipe
Any example design code in C# or VB.NET ? Looking for a UDP Pipe example in .NET I downloaded Simple UDP proxy/pipe 0.4.1[详细]
2023-03-31 23:17 分类:问答Error:Socket Select() function always return zero..?
can any one tell me why the following code always return 0 . the socket descriptor value 开发者_如何转开发is 3.[详细]
2023-03-29 09:29 分类:问答When the client socket should be bound in order to receive UDP messages from a server?
I have seen two examples that illustrate how the client socket can receive messages from server. Example 1:[详细]
2023-03-25 14:14 分类:问答How to find out which endpoint caused the SocketException, UdpClient
I\'m using a UdpClient at the server end and it is sending data to the client end (more than one client).[详细]
2023-03-14 16:48 分类:问答How to convert string to SOAPMessage in C#
I am writing application where in the requirement I have to communicate with one device witch send SOAP message over UDP. I am using .Net UDPClient class to communicate with this device. I am 开发者_S[详细]
2023-03-05 16:30 分类:问答