Click or drag to resize

SoapRequestMetadataSoapFaults Property

Gets or Set the list of designated Soap Fault types, If these types are defined in the WSDL

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public FaultContractAttribute[] SoapFaults { get; set; }

Property Value

Type: FaultContractAttribute
The fault types.
Remarks
In generated code, the Fault types are defined in FaultContractAttribute
See Also