pmorelli92/SoapHttpClient

Edit timeout

alucard66626 opened this issue · 2 comments

Hi.
A process gives me an error 'The operation was canceled.'
My question is whether the timeout can be increased and how much the default would be.

sorry my english T.T

Agarni commented

Is there any way to increase timeout?

You can always specify the underlying HttpClientFactory that the lib is using with SoapClient(IHttpClientFactory httpClientFactory). Therefore you can pass an httpClient with the timeout you need.