My account: Login | Sign Up
Loading... 

Why a UDP server on Windows Service can not receive any data from remote hosts? - MSDN Forums | Thread profile

Thread profile page for "Why a UDP server on Windows Service can not receive any data from remote hosts? - MSDN Forums" on http://msdn2.microsoft.com. This report page is a snippet summary view from a single thread "Why a UDP server on Windows Service can not receive any data from remote hosts? - MSDN Forums", located on the Message Board at http://msdn2.microsoft.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Why a UDP server on Windows Service can not receive any data from remote hosts? - MSDN Forums
Site: MSDN Forums  MSDN Forums - site profile
Forum: .NET Framework Networking and Communication  .NET Framework Networking and Communication - forum profile
Total authors: 2 authors
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in Why a UDP server on Windows Service can not receive any data from remote hosts? - MSDN Forums:

1. 
Started 5 months, 2 weeks ago (2008-04-25 07:38:00)  by moonriver
I have written a C# program running a UDP server to receive data from varioud UDP clients. The program can work well as a console application in Windows XP. However, after being migrated to Windows Service, the UDP server can only receive data from UDP clients in local hosts, but never from any remote hosts.   The main parts of the UDP server source codes for the Windows Service are ...
Size: 2,869 bytes
Customize:  Customize "Why a UDP server on Windows Service can not receive any data from remote
hosts? - MSDN Forums :: .NET Framework Networking and Communication :: MSDN Forums"
2. 
Started 5 months, 2 weeks ago (2008-04-25 14:32:00)  by Alan J. McFarlane
What is the value of endPoint ?  Is the IP Address in it a valid externally accessible address?  When you run C:\>netstat -no what tuple is the socket bound to?   Why not just do s.Bind(new IPEndPoint(IPAddress.Any, Listen_Port);   There's no need to set an explicit local address.  That is unless you have multiple local addresses and you explicitly want to choose one, and that's not ...
Size: 916 bytes
Customize:  Customize "<b>Reply 1</b>: Why a UDP server on Windows Service can not receive any data from remote
hosts? - MSDN Forums :: .NET Framework Networking and Communication :: MSDN Forums"
 

Top contributing authors for Why a UDP server on Windows Service can not receive any data from remote hosts? - MSDN Forums

Name Posts
moonriver 1
Alan J. McFarlane 1