Click or drag to resize

AbstractMetadataRequestType Property

Type of the object which the request will be in .NET framework. The injector service will convert this object to real request (such as Soap or HTTP request). For a service stub, this is the type of object RECEIVED by the service stub.

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

Property Value

Type: Type
See Also