Open sadeghhp opened 8 years ago
What is the problem you are trying to solve?
The problem is large rensponses that they are rejected without setting of maxbuffer size and timeout and ...
I think it is good to set these configs in the initialization window of soap driver
I believe you can add such settings to your C:\Program Files (x86)\LINQPad4\LINQPad.exe.config
to get around your immediate issue.
I don't see a lot of value in exposing these in the connection window -- I'd sooner just set the values in code once, and I'd accept a pull request that set these values to their max.
How to set application specific configs like maxBuffersize or maxReceivedMessageSize ?