Commit Graph

8 Commits

Author SHA1 Message Date
James Newton-King dc4e17f9cc
[C#] Move insecure compose validation into Channel (#31376)
* Move insecure compose validation into Channel

* try fix compilation problem

* Fix tests?

* Revert "Fix tests?"

This reverts commit 7852e996b9.

* cleanup in Channel constructor if credential creation fails

* fix throw

Co-authored-by: James Newton-King <james@newtonking.com>

* review feedback

Co-authored-by: James Newton-King <james@newtonking.com>

Co-authored-by: Jan Tattermusch <jtattermusch@google.com>
2022-10-24 11:25:23 -07:00
James Newton-King 2537957c78
[C#] Add ChannelCredentials.SecureSsl property for better codecompletion with ChannelCredentials (#26472)
* Add ChannelCredentials.Secure

* Update

* Test

* PR feedback
2021-06-24 11:39:51 +02:00
James Newton-King 8b740047c9
Improve error message 2019-12-05 13:29:55 +13:00
James Newton-King 1fec449ee9
Improve error message 2019-12-05 13:19:31 +13:00
James Newton-King 8abdbe18cd
Improve ChannelCredentials.Create error messsage with non-SslCredentials 2019-12-05 13:17:19 +13:00
Jan Tattermusch b46ac4ae21 implement caching of native channel credentials 2019-07-30 11:46:42 -07:00
Jan Tattermusch 606a0a0ad3 split up ChannelCredentials.cs 2019-07-30 11:46:42 -07:00
Jan Tattermusch 47a14ba394 move ChannelCredentials to Grpc.Core.Api 2019-07-30 11:46:37 -07:00