Click or drag to resize

SoapRequestMetadataClientInterfaceType Property

Gets or sets the type of the Interface type which defines the web service skeleton. This type is marked with ServiceContractAttribute.

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

Property Value

Type: Type
The type of the interface.
See Also