[Mono-bugs] [Bug 551745] System.ServiceModel.Channels.HttpsTransportBindingElement throws NotImplementedException
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 4 07:41:14 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=551745
User christian.weyer at thinktecture.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=551745#c5
--- Comment #5 from Christian Weyer <christian.weyer at thinktecture.com> 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.
More information about the mono-bugs
mailing list