SoapRequestMetadataServiceBinding Property |
The
Binding used to send the soap request. Used only for non-standard bindings.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Binding ServiceBinding { get; set; }
Public Property ServiceBinding As Binding
Get
Set
public:
property Binding^ ServiceBinding {
Binding^ get ();
void set (Binding^ value);
}
member ServiceBinding : Binding with get, set
Property Value
Type:
Binding
The
Binding object. Null value to apply automatic generated BasicHttpBinding according to Uri, Service Definition and Configuration.
Assign only if your web service uses very special transport method other than BasicHttpBinding.
See Also