Click or drag to resize

AbstractServerSupportedResponses Property

Gets the supported responses can be handled by this Server.

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

Property Value

Type: ListAbstractMetadata
The supported responses.
See Also