You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our generic host example is quite complicated, the server or client needs to load the certificate, setup the ssl client/server authentication options, etc.
I think we should consider providing IHostBuilder extensions to allow setting up an IceRpc server or client more easily. We could take the same approach as ConfigureWebHostDefaults which is used to configure an http server using a startup class.
The text was updated successfully, but these errors were encountered:
Our generic host example is quite complicated, the server or client needs to load the certificate, setup the ssl client/server authentication options, etc.
I think we should consider providing
IHostBuilder
extensions to allow setting up an IceRpc server or client more easily. We could take the same approach as ConfigureWebHostDefaults which is used to configure an http server using a startup class.The text was updated successfully, but these errors were encountered: