Click or drag to resize

AbstractServiceSupportedRequests Property

Gets or sets the supported requests.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<AbstractMetadata> SupportedRequests { get; protected set; }

Property Value

Type: ListAbstractMetadata
The supported requests.
See Also