TransferEventArgs should have an equivalent to the Side property of FileTransferProgressEventA...
Hi,
Unless there is an easy way to accomplish this that I haven't seen, it would be nice to know once a file is transferred if it was an upload or download. During a file transfer progress event, I can use the Side property to know, but I don't have an equivalent property for the file transferred event. I suppose I could start examining directory names, but that is sort of "clumsy" so to speak.
Edit: I suppose I could just set it to the appropriate handler when I am doing an upload or download, but I would have preferred one handler that handles both.
Thank you.
Unless there is an easy way to accomplish this that I haven't seen, it would be nice to know once a file is transferred if it was an upload or download. During a file transfer progress event, I can use the Side property to know, but I don't have an equivalent property for the file transferred event. I suppose I could start examining directory names, but that is sort of "clumsy" so to speak.
Edit: I suppose I could just set it to the appropriate handler when I am doing an upload or download, but I would have preferred one handler that handles both.
Thank you.