G
Guest
I'm an experienced VB developer who has recently started working in .NET. I'm trying to figure out how the .NET framework exposes option negotiation when the Connect method of a socket is called. In general, I've found that option negotiation can be ignored. But occasionally the connect method times out because the target telnet server insists on appropriate responses from the client for each do/dont option request. In VB 6 I simply used the Winsock data_arrival event to intercept these and respond with wont to each option
Fiske
Fiske