Click or drag to resize

ServiceConfigurationSoapVersion Property

Gets the SOAP version of the current service.

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

Property Value

Type: SoapVersion
The SOAP version.
See Also