Click or drag to resize

ServiceConfigurationClientServiceId Property

Gets or sets the client service identifier. it is generated once when the instance is initialized. If the service has multiple Endpoints or Service Contracts, then the Identifier will be generated according to this ServiceId and the Contract Name

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Guid ClientServiceId { get; set; }

Property Value

Type: Guid
The client service identifier.
See Also