'Can a SQL Language Extension make REST API calls?

I want to create an extension to SQL server that calls external REST APIs. Before digging in further, I figured to ask the community if it's even possible. Are such extensions written in C# blocked from network access when using, for example, the WebClient class?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source