You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I don't know if this is a bug, but with a previous version of OpenRiaServices and Silverlight, I had a custom Endpoint Behavior for my DomainServices, adding a custom header.
Now, with my WPF application, it doesn't work anymore.
To add SCF behaviours to your channelfactory in v5 you need to implement a custom DomainClientFactory.
Derive from the factory you use now (WebDomainClientFacctory ?) and override a suitable extension method.
Describe the bug
I don't know if this is a bug, but with a previous version of OpenRiaServices and Silverlight, I had a custom Endpoint Behavior for my DomainServices, adding a custom header.
Now, with my WPF application, it doesn't work anymore.
Any idea ?
To Reproduce
Server side:
Details
The text was updated successfully, but these errors were encountered: