Click or drag to resize

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; }

Property Value

Type: SoapClientService
Hummingbird Test Framework is used as a client to call your target web service.
See Also