Secure inter process communication through sockets



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

.



Relevant Pages

  • Re: TCP Client socket in zweiten Thread
    ... > Windows CE3.0 Application Programming von Nick Grattan: ... and Winsock itself is based around the Berkeley socket library. ... Die non-blocking Sockets verhindern Aktionen, die das Programm blockieren ...
    (microsoft.public.de.vc)
  • Re: Socket communication on multihomed box
    ... LAN route before USB ... as for sockets, I'm using native syscalls, not MFC. ... Another thing is that is should work both under Linux and Windows. ...
    (microsoft.public.win32.programmer.networks)
  • Re: ooRexx - inter-program communication
    ... under Windows. ... I'm only considering pairs/triples/more of apps running on a single platform ... Can ooRexx programs communicate with each other? ... Are there any example programs showing use of sockets? ...
    (comp.lang.rexx)
  • Re: Socket communication on multihomed box
    ... LAN route before USB ... The thing is that connection MUST always stay open. ... as for sockets, I'm using native syscalls, not MFC. ... Another thing is that is should work both under Linux and Windows. ...
    (microsoft.public.win32.programmer.networks)
  • Re: linux to windows porting help
    ... I am working on a project that involves porting c programs from ... linux environment to windows environment. ... Any effort to move some decent software to the Windows platform ... all the networking headers with, add the relevant sockets ...
    (comp.programming)

Loading