Click or drag to resize

SoapBindingsGetBasicHttpBinding Method (RequestOptions, Boolean)

Get a custom Binding object for SOAP 1.1 WebServices.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Binding GetBasicHttpBinding(
	RequestOptions options,
	bool Https
)

Parameters

options
Type: Hummingbird.TestFramework.ServicesRequestOptions
The RequestOptions.
Https
Type: SystemBoolean
Indicate if the service is secured by HTTPS

Return Value

Type: Binding
The BasicHttpBinding object for given parameters
See Also