http://bugzilla.novell.com/show_bug.cgi?id=551745

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=551745#c5





--- Comment #5 from Christian Weyer <[email protected]>  
2009-11-04 05:41:12 MST ---
Maybe we could try another route, via a IClientMessageInspector.
But in order to hook it up I would need an IEndpointBehavior and this seems not
to be implemented: the interface is empty :(

It should look like this:

public interface IEndpointBehavior
{
    // Methods
    void AddBindingParameters(ServiceEndpoint endpoint,
BindingParameterCollection bindingParameters);
    void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime
clientRuntime);
    void ApplyDispatchBehavior(ServiceEndpoint endpoint, EndpointDispatcher
endpointDispatcher);
    void Validate(ServiceEndpoint endpoint);
}

Thanks.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to