jgiacomini / Tiny.RestClient

Simpliest Fluent REST client for .NET
MIT License
210 stars 30 forks source link

How to enable TCP Keep Alive? #115

Closed Segflow closed 4 years ago

Segflow commented 4 years ago

Is it possible to enable TCP Keep alive on the underlying socket used by the client?

jgiacomini commented 4 years ago

Hello @Segflow , I don't support this feature in TinyRestClient it self. But maybe HttpClient support it.