- Moderator
- #141
As mentioned earlier, Webservice is SOAP and the byte[] will be base64 encoded and might get almost twice the size it actually needs to be.
The download via http get is like two lines in c# and will be faster and can be done concurrently for like 10 logos at a time to be even faster.
The download via http get is like two lines in c# and will be faster and can be done concurrently for like 10 logos at a time to be even faster.