Click or drag to resize

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

Property Value

Type: Binding
See Also