Click or drag to resize

HttpServiceExtensionHttpRequestServices Property

Gets a list of HTTP Rest services to test. Commonly, these web services are developed by your organization, and you want to test this service.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract HttpRequestMetadata[] HttpRequestServices { get; }

Property Value

Type: HttpRequestMetadata
The HTTP request services.
See Also