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; }
<XmlIgnoreAttribute>
Public Property ReferencedService As AbstractService
Get
Set
public:
[XmlIgnoreAttribute]
property AbstractService^ ReferencedService {
AbstractService^ get ();
void set (AbstractService^ value);
}
[<XmlIgnoreAttribute>]
member ReferencedService : AbstractService with get, set
Property Value
Type:
AbstractService
The referenced service.
See Also