Click or drag to resize

SoapServerServiceServiceHostType Property

Gets or sets the type of the Virtual Service implementation.

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

Property Value

Type: Type
The type of the service host.
Remarks
This type of class implements a WCF Service defined by an interface, and this interface has a ServiceContractAttribute. The implementation searches the SOAP reply configured by the user and reply the calling application Please be aware that you don not need to implement the Virtualized Service by yourself, instead, use the Extension Builder provided by Hummingbird Test Manager.
See Also