Use 3rd Party gRPC Library from .NET Framework 4.8 Client Possible?

Viewed 26

Excuse my ignorance but I am working on a project where I am supposed to be integrating a gRPC API into an existing .NET Framework project.

I'm tasked with writing a client to make calls to the gRPC server (server is 3rd party) but I'm having trouble understanding whether this is even possible without changes to the server.

Is it possible to utilize the API through .NET Framework as it is currently?

0 Answers
Related