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.
IClientOperationSelector Interface
.NET Framework (current version)
Defines the contract for an operation selector.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | AreParametersRequiredForSelection | Gets a value that indicates whether parameters are required to determine the selection. |
| Name | Description | |
|---|---|---|
![]() | SelectOperation(MethodBase^, array<Object^>^) | Returns the selected operation. |
Implement the IClientOperationSelector interface to create a custom operation selector that can be attached to the OperationSelector property to choose contract operations to invoke based upon the proxy method called.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show:

