Re: Socket error event? (General questions)

by wodDamir, (6288 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

locked

Complete thread:

 

  • Socket error event?
    • Re: Socket error event?