the api call in vb.net looks like this Dim WithEvents mobjSocketClient As TCPConnection how to do

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

the api call in vb.net looks like this Dim WithEvents mobjSocketClient As
TCPConnection how to do this in C# (particularly the equivilant of
WithEvents)
 
how to do this in C# (particularly the equivilant of WithEvents)

C# doesn't have anything like WithEvents, you must manually wire up
the event handlers.



Mattias
 
Back
Top