I have a couple of questions regarding IoT Edge internals:
Does C2D messaging work in transparent gateway scenario (send C2D messages to leaf devices through IoT Hub directly)?
Does Fileupload work in transparent gateway scenario (leaf devices use Fileupload API in Device SDK through IoT Edge transparently)?
When using Direct Methods between modules with edge device being online, will edgeHub handle it locally or does it go through IoT Hub?
Thanks