Click or drag to resize

RequestOptionsUseMToM Property

Gets or sets a value indicating whether to send the request in MTOM format.

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

Property Value

Type: Boolean
true send request using MTOM Encoding; otherwise, false using XML Encoding.
See Also