Click or drag to resize

SoapServiceEndpoints Property

Gets or sets the endpoints of this service.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<ServiceConfiguration> Endpoints { get; set; }

Property Value

Type: ObservableCollectionServiceConfiguration
The endpoints.
See Also