Click to See Complete Forum and Search --> : Connection point in .NET


cabasm
February 2nd, 2005, 09:26 AM
It there a mechanism in .NET like the COM connection points? I want to use it with a web service where I need a two ways communication.

darwen
February 2nd, 2005, 10:46 AM
I think if you define events in your C# interface when you use RegAsm they come out as connection points.

Darwen.