ClientOperation.ParameterInspectors Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a list 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)
Syntax
'Declaration
Public ReadOnly Property ParameterInspectors As IList(Of IParameterInspector)
public IList<IParameterInspector> ParameterInspectors { get; }
Property Value
Type: System.Collections.Generic.IList<IParameterInspector>
An IList<T> of IParameterInspector objects.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.