titarenko / OAuth2

OAuth2 client implementation for .NET
413 stars 154 forks source link

WebRequest Timeout #114

Open ccrickx opened 6 years ago

ccrickx commented 6 years ago

Hi,

It seems that you don't allow to specify the default WebRequest timeout. I've checked the RestSharp source code and they provide a Timeout paramter. Could you add that to OAuth2 code ?

Awesome library btw ;-)

c3sxr commented 4 years ago

Hi I'd like to help on this issue if it's still available :) If that's the case, where should that timeout value come from? or is it a fixed value?

niemyjski commented 4 years ago

That would be awesome. Can you make it optional or maybe a config setting?