I
ital1
Hi all
I need to implement an inter process communication on .NET Compact
Framework 1, on a Windows CE.NET 4.1 system.
I think of using sockets in C#.
My question is :
Is it possible to restrict to local only the accesses to my listening
sockets ? (I don't want someone on the network to be able to control my
application from the outside, through my "open" sockets).
Thank you
I need to implement an inter process communication on .NET Compact
Framework 1, on a Windows CE.NET 4.1 system.
I think of using sockets in C#.
My question is :
Is it possible to restrict to local only the accesses to my listening
sockets ? (I don't want someone on the network to be able to control my
application from the outside, through my "open" sockets).
Thank you