Click or drag to resize

ServiceConfigurationClientUriTemplate Property

Uri Template as client to call target web services. it can contains variables

Uri must start with http:// or https://

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

Property Value

Type: String
Remarks
The URI must start with
1http:
or
1https:
See Also