Click or drag to resize

RequestOptionsUseSoap12 Property

Gets or sets a value indicating whether use Soap 1.2 .

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

Property Value

Type: Boolean
true if send requests with Soap 1.2; otherwise, false.
See Also