SoapServiceIsDispatchByBody Property  | 
 
            Indicate when used as ServerStub, the service is dispatched by body element.
            It's value is False.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public bool IsDispatchByBody { get; set; }<DataMemberAttribute>
Public Property IsDispatchByBody As Boolean
	Get
	Set
public:
[DataMemberAttribute]
property bool IsDispatchByBody {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute>]
member IsDispatchByBody : bool with get, set
Property Value
Type: 
Boolean
Remarks
            This flag must be true if all operation has no SoapAction defined in WSDL.
            When set to True, the code generator will add "DispatchByBodyBehavior" to the generated interface.
            
See Also