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; }
Public MustOverride ReadOnly Property HttpResponseServices As HttpResponseMetadata()
Get
public:
virtual property array<HttpResponseMetadata^>^ HttpResponseServices {
array<HttpResponseMetadata^>^ get () abstract;
}
abstract HttpResponseServices : HttpResponseMetadata[] with get
Property Value
Type:
HttpResponseMetadata
The HTTP response services.
See Also