Operation.IsBoundBy Method (OperationBinding)

 

Returns a value that indicates whether the specified OperationBinding matches with the Operation.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member IsBoundBy : 
        operationBinding:OperationBinding -> bool

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.Boolean

true if the Operation instance matches the operationBinding parameter; otherwise, false.

The following example demonstrates a typical use of the IsBoundBy method.

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

.NET Framework
Available since 1.1
Return to top
Show: