OperationBinding.Faults Property
.NET Framework (current version)
Gets the FaultBindingCollection associated with the OperationBinding instance.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System.Web.Services.Description.FaultBindingCollectionA fault binding collection.
' Create an extensibility element for a SoapOperationBinding. Dim mySoapOperationBinding As New SoapOperationBinding() mySoapOperationBinding.Style = SoapBindingStyle.Document mySoapOperationBinding.SoapAction = myTargetNamespace & addOperation ' Add the extensibility element SoapOperationBinding to ' the OperationBinding. addOperationBinding.Extensions.Add(mySoapOperationBinding)
.NET Framework
Available since 1.1
Available since 1.1
Show: