Re: Question about connection and sending with wod (General questions)
Michael,
let me hop in. Regarding 'server signature doesn't match' error, I think this is server-side issue of some kind, and needs to be workarounded by the client. I assume this is older switch, is that correct? Can we connect there to duplicate the problem?
As for BeginSend/EndSend, we don't have that. If you set Ssh1.Blocking=False then all sends are async anyway. If you set Ssh1.Blocking=True then all sends are sync - so just pick one of those.
Hope this helps!
Kreso