DispatchOperation::ParameterInspectors Property
.NET Framework (current version)
Gets or sets a collection of IParameterInspector objects that can inspect and modify inbound and outbound objects for a particular proxy 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: