SoapServerServiceServiceBinding Property |
Binding used to expose the current service.
The default value is BasicHttpBinding, that is Soap 1.1 message over HTTP transport.
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:
BindingSee Also