Re: Secure inter process communication through sockets
- From: "Daniel Moth" <dmoth74@xxxxxxxxxxx>
- Date: Wed, 12 Oct 2005 11:59:57 +0100
Yes, e.g. you can check the ip address of the Socket/TcpClient and close it.
However, I suggest you go with P2P queues. Links to them (option 4) and
other options are here:
http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
<ital1@xxxxxxxxxxxxxx> wrote in message
news:1129110471.302852.190130@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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
>
.
- Follow-Ups:
- References:
- Prev by Date: ANN: RemoteSQLCe Enhanced again
- Next by Date: Re: any reason for VS2005 Pro for cf development?
- Previous by thread: Secure inter process communication through sockets
- Next by thread: Re: Secure inter process communication through sockets
- Index(es):
Relevant Pages
|