Re: Socket error event? - WeOnlyDo Discussion board

Re: Socket error event? (General questions)

by wodDamir, Monday, February 18, 2008, 22:25 (6122 days ago) @ Eric D. Wilson

Hi Eric,

That depends. I.e: most errors that happen during connection negotiation are handled and provided in Connected Event. If there is an error related to certificates, it would be provided in HostCertificate Event, while transfer errors are thrown in TransferEnd event.

If however, an error occurs that lead to communication problems, the component will disconnect. You should be able to check ErrorText property for error description.

Hope I helped.

Regards,
Damba


Complete thread:

 

  • Socket error event? - Eric D. Wilson, 2008-02-18, 22:10 [*]
    • Re: Socket error event? - wodDamir, 2008-02-18, 22:25