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; }
Public ReadOnly Property SupportedResponses As List(Of AbstractMetadata)
Get
public:
property List<AbstractMetadata^>^ SupportedResponses {
List<AbstractMetadata^>^ get ();
}
member SupportedResponses : List<AbstractMetadata> with get
Property Value
Type:
ListAbstractMetadata
The supported responses.
See Also