ClientOperation::ParameterInspectors Property
Gets or sets a collection of IParameterInspector objects that can inspect and modify inbound and outbound objects for a particular client method.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SynchronizedCollection<IParameterInspector^>^ ParameterInspectors { SynchronizedCollection<IParameterInspector^>^ get(); }
Property Value
Type: System.Collections.Generic::SynchronizedCollection<IParameterInspector^>^A collection of IParameterInspector implementations.
Use the ParameterInspectors property to insert a custom IParameterInspector implementation or to modify the current one. Parameter inspectors are invoked in the order in which they are added to the collection for requests and in the reverse order for replies.
The following code example shows an System.ServiceModel.Description::IEndpointBehavior inserting a custom parameter inspector into each ClientOperation in the ClientRuntime::Operations property.
Available since 3.0
Silverlight
Available since 4.0