Click or drag to resize

SoapBindingsGetSoap12HttpBinding Method

Get a custom Binding object for SOAP 1.2 WebServices.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Binding GetSoap12HttpBinding(
	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 CustomBinding object for given parameters
See Also