Click or drag to resize

WsdlServiceOptionsServiceConfigurations Property

Gets or sets the endpoints definition for generating the code

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public ObservableCollection<ServiceConfiguration> ServiceConfigurations { get; set; }

Property Value

Type: ObservableCollectionServiceConfiguration
The endpoints definition, the list can be empty to use default values.
See Also