dylanmei / linqpad-soap-driver

A SOAP service driver for LINQPad
MIT License
65 stars 25 forks source link

application config #6

Open sadeghhp opened 8 years ago

sadeghhp commented 8 years ago

How to set application specific configs like maxBuffersize or maxReceivedMessageSize ?

dylanmei commented 8 years ago

What is the problem you are trying to solve?

sadeghhp commented 8 years ago

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

dylanmei commented 8 years ago

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.