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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top