M
Marcel Kretschmann
Hi,
First of all, this question concerns the usage of sockets for .NET Compact
Framework 3.5.
After accepting a TCP connection via a listening Socket (on IPAddress.Any),
i have the following problem. The new Socket has only 0.0.0.0 as local
EndPoint.
But this Problem only occours if i run my application on the .NET Compact
Framework (Windows CE). The same code running on the normal Framework on my
Desktop PC produces the correct result. (In that case the socket has the
correct IPEndpoint that was used to establish the connection.)
Is this a bug, or do i have to use the system in another way?
First of all, this question concerns the usage of sockets for .NET Compact
Framework 3.5.
After accepting a TCP connection via a listening Socket (on IPAddress.Any),
i have the following problem. The new Socket has only 0.0.0.0 as local
EndPoint.
But this Problem only occours if i run my application on the .NET Compact
Framework (Windows CE). The same code running on the normal Framework on my
Desktop PC produces the correct result. (In that case the socket has the
correct IPEndpoint that was used to establish the connection.)
Is this a bug, or do i have to use the system in another way?