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; }
<DataMemberAttribute>
Public Property UseSoap12 As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool UseSoap12 {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member UseSoap12 : bool with get, set
Property Value
Type:
Booleantrue if send requests with Soap 1.2; otherwise,
false.
See Also