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.
PolicyConversionContext::GetOperationBindingAssertions Method (OperationDescription^)
.NET Framework (current version)
Returns a collection of policy assertions for the specified operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: virtual PolicyAssertionCollection^ GetOperationBindingAssertions( OperationDescription^ operation ) abstract
Parameters
- operation
-
Type:
System.ServiceModel.Description::OperationDescription^
The OperationDescription object for which policy assertions are to be added or for which bindings are to be configured.
Return Value
Type: System.ServiceModel.Description::PolicyAssertionCollection^The policy assertions for the operation.
The collection returned from GetOperationBindingAssertions is not a copy. You can add and remove assertions as necessary.
.NET Framework
Available since 3.0
Available since 3.0
Show: