WebServiceExtensionClientServices Property |
Gets a list of Web Services to test.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public abstract SoapClientService[] ClientServices { get; }
Public MustOverride ReadOnly Property ClientServices As SoapClientService()
Get
public:
virtual property array<SoapClientService^>^ ClientServices {
array<SoapClientService^>^ get () abstract;
}
abstract ClientServices : SoapClientService[] with get
Property Value
Type:
SoapClientService
Hummingbird Test Framework is used as a client to call your target web service.
See Also