Click or drag to resize

SoapClientServiceClientType Property

Gets or sets the type of the client. it is a type of object which implmentes service description and System.ServiceModel.ClientBase

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