You are creating a Windows Communication Foundation client application by using Microsoft .NET Framework 3.5.
You need to inspect the parameters on the client application.
Which three actions should you perform?
(Each correct answer presents part of the solution. Choose three.)
A.
Implement the IParameterInspector interface.
B.
Implement the IClientIMessageInspector interface.
C.
Insert a behavior before you call the clientBase.Open method.
D.
Insert a code segment that creates a behavior in the
ICallContextInitializer.BeforeInvoke() method.
E.
Implement the IEndpointBehavior behavior to add the parameter inspector to
the Dispatcher.clientOperation.ParameterInspectors method.
F.
Implement the IEndpointBehavior behavior to add the parameter inspector to
the Dispatcher.DispatchOperation.ParameterInspectors method