Removes the first occurrence the specified System.Web.Services.Description.FaultBinding from the System.Web.Services.Description.FaultBindingCollection.
- bindingOperationFault
The System.Web.Services.Description.FaultBinding to remove from the collection.
This method performs a linear search; therefore, the average execution time is proportional to CollectionBase.Count.
The elements that follow the removed System.Web.Services.Description.FaultBinding move up to occupy the vacated spot.