Click or drag to resize

HttpServiceExtensionHttpResponseServices Property

Gets a list of HTTP REST service to simulate. Commonly. these web services are developed by another organization, you application will call these services.

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

Property Value

Type: HttpResponseMetadata
The HTTP response services.
See Also