D
David
I created a Systems.Net.Sockets.Socket object and called .Bind and .Listen.
I am now stuck trying to figure out how to write a method that will be
called when the socket is connected to! Do I need to override an event
handler from the Socket object? How can I get a list of those event
handlers and what would be the syntax of code to override it? I've been
Googling myself in circles for at least an hour now so any help would be
great.
Thanks,
David
I am now stuck trying to figure out how to write a method that will be
called when the socket is connected to! Do I need to override an event
handler from the Socket object? How can I get a list of those event
handlers and what would be the syntax of code to override it? I've been
Googling myself in circles for at least an hour now so any help would be
great.
Thanks,
David