Hi Krzysztof, I configure my endpoints from the web.config file. I'm hoping for a solution where I write a "plugin" (originally I planned for an endpoint behavior) that will do the work and hook up to the endpoint through the config file.
Uri On Jan 6, 5:00 pm, Krzysztof Koźmic (2) <[email protected]> wrote: > Uri, > > How do you configure your endpoints? From .config or programatically? > > Krzysztof > > On 6 Sty, 15:55, Uri Goldstein <[email protected]> wrote: > > > 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.
