Nigel,

      When you mean socket notifications, would you be looking for a means
of
listening for sockets arriving at ports that are already bound to (listened
on by)
different applications?

       If so, I could recommend looking at using WinPCap, which is a free
driver
that is particularly good at doing this, and it can be integrated into a
.NET application
if you are good at porting C code to C#.

      If you are interested in doing this, contact me personally
([EMAIL PROTECTED]) and
I'll get you started.

      Fiach

----- Original Message -----
From: "Nigel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:52 AM
Subject: [ADVANCED-DOTNET] Socket Notifications....where are they?


> How do you receive socket notifications from .Net?  I suspect that they
> don't exist at all which means that we have to monitor the sockets for
> data and connection status ourselves. The automatic notifications are
> occurring within win32, surely they must be passed in by the framework
> somehow?
>
> ===================================
> This list is hosted by DevelopMentorŪ  http://www.develop.com
> You may be interested in Guerrilla .NET, 24 March 2003, in London
> http://www.develop.com/courses/gdotnet
>
> View archives and manage your subscription(s) at
http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
You may be interested in Guerrilla .NET, 24 March 2003, in London
http://www.develop.com/courses/gdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to