[Mono-dev] Listening in on a port (was the daemon thingy a week or so back)

Robert Jordan robertj at gmx.net
Tue Jan 12 09:14:53 EST 2010


On 12.01.2010 14:08, PFJ wrote:
>
> Hi,
>
> I'm making some progress with my daemon in C# to listen in on port 80 and
> monitor how much time my son is spending on line, but I've hit a snag.

A daemon listening on port 80 won't be able to monitor anything
but connections made to it. Is this what you want? Do you want
to write a HTTP proxy or something? Then have a look at the
HttpListener class.

Robert



More information about the Mono-devel-list mailing list