Operation::IsBoundBy Method (OperationBinding^)
.NET Framework (current version)
Returns a value that indicates whether the specified OperationBinding matches with the Operation.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- operationBinding
-
Type:
System.Web.Services.Description::OperationBinding^
An OperationBinding to be checked to determine whether it matches with the Operation.
Return Value
Type: System::Booleantrue if the Operation instance matches the operationBinding parameter; otherwise, false.
The following example demonstrates a typical use of the IsBoundBy method.
.NET Framework
Available since 1.1
Available since 1.1
Show: