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
)
Public Shared Function GetBasicHttpBinding (
options As RequestOptions,
Https As Boolean
) As Binding
public:
static Binding^ GetBasicHttpBinding(
RequestOptions^ options,
bool Https
)
static member GetBasicHttpBinding :
options : RequestOptions *
Https : bool -> Binding
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