Click or drag to resize

AbstractMetadataReferencedService Property

Gets or Sets referenced AbstractService (Client of Server) which the current request/response is used. For services that based on HTTP Client, HTTP Server, SOAP Client and SOAP Server, this value can be assigned automatically, When creating an extension that implements a new AbstractService, you must assign all request / responses with the service.

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

Property Value

Type: AbstractService
The referenced service.
See Also