You can see that You should do network operations on another thread. Meaning you should not return any information from network instead use a void to put the request and event block to capture the information otherwise a NetworkOnMainThread will be raised.