Hi,

We're trying to find a convenient way to set the maxClockSkew property
on WSHttpBinding (http://msdn.microsoft.com/en-us/library/
system.servicemodel.channels.localservicesecuritysettings.maxclockskew.aspx).
The traditional way of turning the WSHttpBinding into a CustomBinding
and then setting it there is not desirable for us as the configuration
is quite big.

We've tried writing an Endpoint Behavior to do the work
programmatically through AddBindingParameters() but that doesn't seem
to work.

My question is - Is there a good entry point in the WCF Integration
Facility for a small piece of code that will change the maxClockSkew
property programmatically? I'm hoping for some point of extensibility
that can alter the binding description before it is instantiated(?)


Many Thanks,
Uri Goldstein.
-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.


Reply via email to