Click or drag to resize

SoapRequestMetadataClientType Property

Gets or Sets the WCF ClientType for the web service, the Type must be a derived class of ChannelBase This type is automatically assigned.

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

Property Value

Type: Type
The type of the client.
See Also