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.
Printable View
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.
I think if you define events in your C# interface when you use RegAsm they come out as connection points.
Darwen.