Using .Net client or low level client to create an seach engine in Search App running on Docker

I have Elasticsearch running on Docker in three nodes (9200, 3002 and 5601).
I can send http request to 3002 endpoint from .Net and Postman to create a new engine.
But I want to use Nest client or low level client to deal with the creating, deleting and updating engines. I was wondering if there is a way to avoid http client in .Net and use Elasticsearch .Net client instead?
Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.