linqpad-soap-driver icon indicating copy to clipboard operation
linqpad-soap-driver copied to clipboard

application config

Open sadeghhp opened this issue 9 years ago • 3 comments

How to set application specific configs like maxBuffersize or maxReceivedMessageSize ?

sadeghhp avatar Feb 16 '16 07:02 sadeghhp

What is the problem you are trying to solve?

dylanmei avatar Feb 16 '16 17:02 dylanmei

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

sadeghhp avatar Feb 16 '16 18:02 sadeghhp

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.

dylanmei avatar Feb 16 '16 21:02 dylanmei