Replies: 1 comment 3 replies
-
You are correct to create a subclass. As your app starts up, you set the type of proxy for the data portal. In WPF you might be doing this in code or through app.config. Either way, use your custom type name instead of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to change the http timeout for the dataportal calls from wpf clients.
I can't change the Timeout property of HttpProxy class and this property is not initialized from a default static value (initialized from an ApplicationContext default property.
I haver the idea to subclass HttpProxy to add this code in a MyHttpProxy class, but I don't find where to replace the use of HttpProxy by MyHttpProxy.
How could I do that?
Thanks in advance,
Bruno
Beta Was this translation helpful? Give feedback.
All reactions