Click or drag to resize

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; }

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