Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property SynchronizedCollection<IParameterInspector^>^ ParameterInspectors {
	SynchronizedCollection<IParameterInspector^>^ get();
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft