FaultBindingCollection.Remove Method (FaultBinding)
.NET Framework (current version)
Removes the first occurrence the specified FaultBinding from the FaultBindingCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- bindingOperationFault
-
Type:
System.Web.Services.Description.FaultBinding
The FaultBinding to remove from the collection.
This method performs a linear search; therefore, the average execution time is proportional to Count.
The elements that follow the removed FaultBinding move up to occupy the vacated spot.
.NET Framework
Available since 1.1
Available since 1.1
Show: