Click or drag to resize

AbstractMetadataResponseType Property

Type of the object which the reply will be received from the server. For a mocking service, this is the type of object which will be sent to the caller.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public Type ResponseType { get; set; }

Property Value

Type: Type
Remarks
For REST web service may have more than one type of response, ResponseType should be a response with have a 2XX HTTP Status Code. All other type of replies should be stored in ErrorTypes
See Also